Skip to content

radezz/es6-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-boilerplate

Simple boiler plate for es6 learning.

install and run

  1. install nodejs https://nodejs.org/en/
  2. install grunt-cli, from command line npm install -g grunt-cli
  3. update dependencies, from command line in project folder npm install
  4. generate combined js file, from command line grunt build
  5. run server grunt serve
  6. open http://localhost:8080/index.html

About

Simple boiler plate for es6 learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published