/angularJs-boilerplate

a boilerplate for CESA angularJs(1.x) summer workshop

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

CESA angularJS summer workshop project

Installation :
  1. install nodeJS
  2. add npm to local variable environment
  3. install bower globally on your system
  4. install gulp globally on your system.
Run Project :
  1. install node task management and server dependencies :

$ npm install
  1. install bower dependencies :

$ bower install
  1. run gulp default task by running :

$ gulp