Skip to content

ansarimofid/ud-mws-restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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