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.
Clone the repo https://github.com/udacity/mws-restaurant-stage-3
# cd mws-restaurant-stage-3
Install dependencies
# npm i
Install Sails.js globally
# npm i sails -g
Start Server
# node server
Make sure node
is installed.
Go to the project Folder
# cd projectFolder
Install Dependencies
# npm install
Start The Server
# gulp