/es6-setup

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

Primary LanguageJavaScript

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