react-boilerplate-webpack-babel
Splitting webpack configuration for development and production.
- common :
./config/common.js
- dev :
./config/dev.js
- production:
./config/prod.js
Blog Post
Skills
- react
- webpack
- jest
- @testing-library/react
- babel
Branch
-
js-setting
: javascript environment -
ts-setting
: typescript environment
Installation
$ yarn
or
$ npm install
Run
-
Dev mode
$ yarn dev
-
Production Build
$ yarn build