Contains all javascript / npm / custom packages / global imports. All the javascript code to be included must be included here for bundling.
Public directory
All static assets are served from here.
All .scss
files go here.
Main style file. All .scss
must be imported into this for compilation.
All custom js modules go here.
Compiled files. Do not manipulate directly.
Use node.js version 8.9.4
npm install
npm install browserify -g
Start server
npm run start