Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 688 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 688 Bytes

Udacity Restaurant APP

This project contains the code for restaurant app which is part of Udacity web speacialist course. The app is meant to follow all aspect of progressive app.

Running the Server

Step 1

Clone the repo https://github.com/udacity/mws-restaurant-stage-3

Step 2

# cd mws-restaurant-stage-3

Step 3

Install dependencies

# npm i

Step 4

Install Sails.js globally

# npm i sails -g

Step 5

Start Server

# node server

Running the app

Step 1

Make sure node is installed.

Step 2

Go to the project Folder

# cd projectFolder

Step 3

Install Dependencies

# npm install

Step 4

Start The Server

# gulp