Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clzzi/react-typescript-boilerplate
👨‍💻 React & Typescript Boilerplate
https://github.com/clzzi/react-typescript-boilerplate
babel boilerplate eslint perttier react typescript webpack
Last synced: 5 days ago
JSON representation
👨‍💻 React & Typescript Boilerplate
- Host: GitHub
- URL: https://github.com/clzzi/react-typescript-boilerplate
- Owner: Clzzi
- Created: 2021-10-19T12:29:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T07:51:37.000Z (about 3 years ago)
- Last Synced: 2024-11-09T16:46:59.493Z (5 days ago)
- Topics: babel, boilerplate, eslint, perttier, react, typescript, webpack
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/clzzi-react-ts-boilerplate
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
It's Typescript & React Boilerplate that easy to using on your project đź‘Ť## Usage
Please type this command in user terminal 👨‍💻```
$ npx clzzi-ts-react-boilerplate [project-name]
$ cd [project-name]
$ yarn dev
```## Folder Structure
```
👨‍💻 Clzzi Ts React Boilerplate
├─ config
│  ├─ webpack.config.dev.js
│  ├─ webpack.config.prod.js
│  └─ webpack.config.common.js
├─ env
│  ├─ .env
│  └─ dev.env
├─ src
│  ├─ App.tsx
│  ├─ index.tsx
│  ├─ index.html
│  └─ favicon.ico
├─ .eslintrc
├─ .babelrc
├─ .prettierrc
├─ custom.d.ts
├─ package.json
└─ tsconfig.json
```## How To Run?
You can run on **Develop mode** 🔥
```
$ yarn dev
$ npm run dev
```You can run on **Production mode** ⚡
```
$ yarn build
$ npm run build
```