- Node.js & npm
- Bower
Clone this repository
$ git clone https://github.com/JSalaat/mws_restaurant_review.git
$ cd mws_restaurant_review
$ npm install
$ bower install
// locally serve ionic project but run the server too before `gulp serve`
$ gulp serve
// start server in other directory
$ git clone https://github.com/udacity/mws-restaurant-stage-2.git
$ cd mws-restaurant-stage-2
$ npm install
$ node server
// run dist
$ gulp serve:dist