* :white_check_mark: Webpack `v4.31.0` * :white_check_mark: Babel (Core) `v7.4.4` * :white_check_mark: Support syntax `ES2015+` * :white_check_mark: Static directory `public/` * :white_check_mark: Analysis of bundle file weight (`source-map-explorer`) * :
npm install biolerplatelinkswapnil2019* :white_check_mark: Webpack v4.31.0
* :white_check_mark: Babel (Core) v7.4.4
* :white_check_mark: Support syntax ES2015+
* :white_check_mark: Static directory public/
* :white_check_mark: Analysis of bundle file weight (source-map-explorer)
* :white_check_mark: Webpack configuration for sass to css complier
* :white_check_mark: Two build settings: dev (with source maps) & prod (compress file)
* :white_check_mark: Mocha test runner setup
* :white_check_mark: Visual code debugger setup for test and Node program
* git clone https://github.com/linkswapnil/nodeboilerplate.git
* sudo npm install -g webpack
* sudo chmod 777 nodeboilerplate
* npm install
If you encounter problem with node-sass run sudo npm rebuild node-sass --force
``bash`
sudo npm run build
`bash``
sudo npm run start