Skip to content

ammoradi/angularJs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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