Sample SPA done with AngularJS, ES6, JSPM, Gulp
Running the application:
First, execute npm install in the application directory, then:
-
To run the unit tests:
npm test -
To serve the "development" version of the application:
gulp serve -
To serve the "production" version of the application:
gulp serve:dist -
To serve the SASS documentation:
gulp serve:sassdoc -
To serve the JavaScript documentation:
gulp serve:jsdoc -
To build the application for production (results will be inside the "dist" directory):
gulp build
A demonstration version is available here