Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 785 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 785 Bytes

Mobile Web Specialist Restaurant Review App

Pre Requisites

  1. Node.js & npm
  2. Bower

Screen Shots of the App


Installation

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