It's Typescript & React Boilerplate that easy to using on your project đź‘Ť
Please type this command in user terminal 👨‍💻
$ npx clzzi-ts-react-boilerplate [project-name]
$ cd [project-name]
$ yarn dev
👨‍💻 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
You can run on Develop mode 🔥
$ yarn dev
$ npm run dev
You can run on Production mode ⚡
$ yarn build
$ npm run build