Templates for creating React projects.
This template includes the following packages.
- Typescript
- React
- Redux
- SCSS
- dotenv
- i18next
- axios
- Webpack 5
- Bebel
- ESLint
- Prettier
- install Dependency packages
$ yarn install
or
$ npm install (or npm i)
- start Webpack dev server
$ yarn run start
or
$ npm run start
- run project build
$ yarn run build
or
$ npm run build
- run project in production mode
$ yarn run start:build
or
$ npm run start:build
This template provides two environment variable files. All environment variable files are located in the root directory of the project.
This is an environment variable file applied in development mode.
This is an environment variable file applied in production mode.