Skip to content
Dan ford edited this page Jan 8, 2016 · 13 revisions

Welcome to the lodestar-ractive-gulp-boilerplate wiki!


About the boilerplate

This boilerplate provides you with a quick set up for lodestar-ractive. So far, it mainly provides you with:

  • Precompiling views
  • Converting ES6 to ES5 using Babel

Boilerplate usage

  • npm run start will run the boilerplate in 'dev mode', this will compile your app and then watch for changes.
  • npm run build will do the same as the default gulp task, except the files will not be watched and minified js files will also be available.

Documentation

Sorry about the lack of documentation but there will be more updates soon!

Clone this wiki locally