Skip to content

Clzzi/react-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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