Skip to content

Files

Latest commit

author
Pablo Brasero
Aug 17, 2017
6cc179a · Aug 17, 2017

History

History

es6-modules

README.md

es6-modules

A usage example of jayphelps/broccoli-babel-boilerplate, its a more sophisticated setup that handles:

  • modules
  • imports
  • unit tests

Its meant to be the starting point of ambitious projects.

Install dependencies:

npm install
npm install -g broccoli-cli

Build and execute:

npm run build;
# builds to dist/
npm start;
# builds to tmp/, starts a webserver, and watches files for changes to rebuild

Test

npm test