node.js will be required for the following to work. ES6 linting is included with Google Standards. If not required, it can be removed from the webpack config file
Download and copy into your working folder. Install dependencies with:-
$ npm install
Put all the files in the src folder and create the hierarchy as you wish.
Reference the main file in index.js
Run Development build server by:-
$ npm run server:dev
Acess the autocompile on http://localhost:9000/
Hot-Reload functionality implemented.
To run the distribution server:-
$ npm run server:dist
Build the project in development configuration by:-
$ npm run build:dev
Build the project in distribution configuration by:-
$ npm run build:dist
All the comipled files can be found is the newly created dist folder.
If you're not familiar with the webpack, please follow this link to learn more.