-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ahmed Issa edited this page Aug 22, 2016
·
5 revisions
##Frontend
Note that maybe during the process you will be asked which AngularJS version to use. If that happens select "angular#~1.2.0".
- Pray to god
- Install node 0.10.x with Homebrew
npm install -g grunt-cli
npm install -g bower
- Clone git repo
- Run
npm install
in application root bower install
-
grunt test
and make sure it succeeds -
grunt serve
to start the server
the new material design,
- install node 4.x
- npm install -g gulp-cli webpack
- npm install
-
gulp serve
to start the server -
gulp build
to build for producation.