Skip to content

tilmanschweitzer/es6-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-setup

Minimal example setup for ES6 with the Babel transpiler and a simple grunt "dev" task for watch, connect and livereload.

Setup

All you need is node with npm and grunt-cli.

# install the setup depedencies
npm install

# install grunt-cli globally (if you don't have it installed)
npm install -g grunt-cli

# check the grunt default task...
grunt

# ... and the dev task
grunt dev

Setup Evolution

Ressourcen

About

Outdated: Minimal example setup for ES6 with the Babel transpiler and a simple grunt "dev" task for watch, connect and livereload.

Resources

Stars

Watchers

Forks

Packages

No packages published