A boilerplate for using ES6 and its new module format in both the browser and Node. Browser mode is based on gulp, and provides 1 concatenated file with source maps to appear as separate es6 files in Dev tools.
npm install
npm install -g http-server
gulp
http-server
then visit http://localhost:8080
node index.js