Skip to content
Ahmed Issa edited this page Aug 22, 2016 · 5 revisions

Instructions on how to set up your Mac

##Frontend

Note that maybe during the process you will be asked which AngularJS version to use. If that happens select "angular#~1.2.0".

  1. Pray to god
  2. Install node 0.10.x with Homebrew
  3. npm install -g grunt-cli
  4. npm install -g bower
  5. Clone git repo
  6. Run npm install in application root
  7. bower install
  8. grunt test and make sure it succeeds
  9. grunt serve to start the server

the new material design,

  1. install node 4.x
  2. npm install -g gulp-cli webpack
  3. npm install
  4. gulp serve to start the server
  5. gulp build to build for producation.
Clone this wiki locally