Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansarimofid/ud-mws-restaurant
Udacity Mobile Specialist App
https://github.com/ansarimofid/ud-mws-restaurant
mobile specialist udacity web
Last synced: 19 days ago
JSON representation
Udacity Mobile Specialist App
- Host: GitHub
- URL: https://github.com/ansarimofid/ud-mws-restaurant
- Owner: ansarimofid
- Created: 2018-01-13T07:57:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T09:18:36.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T15:15:56.704Z (2 months ago)
- Topics: mobile, specialist, udacity, web
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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`