react-modal-from-jinsunee
v0.0.2
Published
Splitting webpack configuration for development and production.
Downloads
2
Maintainers
Readme
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 environmentts-setting
: typescript environment
Installation
$ yarn
or
$ npm install
Run
Dev mode
$ yarn dev
Production Build
$ yarn build