Skip to content

Dbuggerx/angular-book-search-sample

Repository files navigation

angular-book-search-sample

Sample SPA done with AngularJS, ES6, JSPM, Gulp

Checkout my LinkedIn profile!

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

About

Sample SPA done with AngularJS, ES6, JSPM, Gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published