Simple boiler plate for es6 learning.
- install nodejs https://nodejs.org/en/
- install grunt-cli, from command line
npm install -g grunt-cli
- update dependencies, from command line in project folder
npm install
- generate combined js file, from command line
grunt build
- run server
grunt serve
- open
http://localhost:8080/index.html