Dbuggerx / angular-book-search-sample

Sample SPA done with AngularJS, ES6, JSPM, Gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 64.5%Language:CSS 24.5%Language:HTML 11.0%