Skip to content

Clzzi/react-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fca11e9 Β· Oct 20, 2021

History

37 Commits
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021

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