https://github.com/matildevoldsen/restaurant-stage-2
Restaurant Stage 2
https://github.com/matildevoldsen/restaurant-stage-2
Last synced: 10 months ago
JSON representation
Restaurant Stage 2
- Host: GitHub
- URL: https://github.com/matildevoldsen/restaurant-stage-2
- Owner: Matildevoldsen
- Created: 2018-04-30T15:52:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T01:05:09.000Z (about 8 years ago)
- Last Synced: 2025-07-19T10:20:58.798Z (11 months ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Restaurant Stage 2
An progressive web app displaying various restaurants info across a map over New York City.
This app uses a server to host the JSON file and one for the front-end server.
## Get Started
To install the project please follow the instructions below.
**This project uses gulp and sails**
###### Install front-end part
```Install project dependancies
# npm install
```
###### Go into the server directory
```Server Directory
# cd server
```
###### Install project dependencies
```Install project dependancies
# npm i
```
###### Install Sails.js globally
```Install sails global
# npm i sails -g
```
###### Start the server
```Start server
# node server
```
## Setting up the front-end server
```Start Server
# gulp default
```
# Style Guide
This project follows Udacity style code. Read more about it here: http://udacity.github.io/frontend-nanodegree-styleguide/index.html