es6-dev-template
================

Template for ES6 development. (WIP)

[![npm version](https://img.shields.io/npm/v/es6-dev-template.svg?style=flat-square)](https://www.npmjs.com/package/es6-dev-template)
[![Build Status](https://img.shields.io/travis/stanleyhlng/es6-dev-template.svg?style=flat-square)](https://travis-ci.org/stanleyhlng/es6-dev-template)
[![Coverage Status](https://img.shields.io/coveralls/stanleyhlng/es6-dev-template.svg?style=flat-square)](https://coveralls.io/r/stanleyhlng/es6-dev-template?branch=master)
[![Dependency Status](https://img.shields.io/david/stanleyhlng/es6-dev-template.svg?style=flat-square)](https://david-dm.org/stanleyhlng/es6-dev-template)
[![devDependency Status](https://img.shields.io/david/dev/stanleyhlng/es6-dev-template.svg?style=flat-square)](https://david-dm.org/stanleyhlng/es6-dev-template#info=devDependencies)

[![image](https://raw.githubusercontent.com/wiki/stanleyhlng/es6-dev-template/assets/images/es6-dev-template.jpg)](https://raw.githubusercontent.com/wiki/stanleyhlng/es6-dev-template/assets/images/es6-dev-template.jpg)

---
### Walkthrough

> Running ES6 in Browser
[![image](https://raw.githubusercontent.com/wiki/stanleyhlng/es6-dev-template/assets/images/es6-dev-template-browser.gif)](https://raw.githubusercontent.com/wiki/stanleyhlng/es6-dev-template/assets/images/es6-dev-template-browser.gif)

> Running ES6 in Node**
[![image](https://raw.githubusercontent.com/wiki/stanleyhlng/es6-dev-template/assets/images/es6-dev-template-node.gif)](http://showterm.io/ef633b2b77486992ed412#slow)

---
### QUICK START

* $npm install

* $./node_modules/.bin/bower install

* $./node_modules/.bin/grunt dev


--OR--

* $./node_modules/.bin/grunt serve

* $open a browser and enable developer tool, visit http://localhost:3000
