Containing:
- webpack v4
- redux-devtools v3
- react-hot-loader v3
- css-loader, less-loader
- redux, react-redux
- es6
- dev server
- production config and server
- react-router v4
Create a config file
cp ./src/Config/config.example.json ./src/Config/config.jsonInstall the dependencies
yarn run devRunning the development environment
yarn run devBuilding the app for production
yarn run buildRunning the production server
yarn run prodPrettify LESS and JS
yarn run prettify