Skip to content

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Notifications You must be signed in to change notification settings

amrdoe/restaurant-reviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three Stage Course Material Project - Restaurant Reviews

JavaScript Style Guide

Backand Server

The backend server exists here: https://github.com/udacity/mws-restaurant-stage-3

Installing Dependencies

Yarn

yarn install --dev
yarn global add gulp-cli

Note: Don't forget to add yarn global bin folder to your PATH, know it from:

yarn global bin

NPM

npm install
npm install --global gulp-cli

Note: Global install may require root access

Building Project

Yarn

yarn run build

NPM

npm run build

Cleaning Project

Yarn

yarn run clean

NPM

npm run clean

Serving Project

Yarn

yarn run serve

NPM

npm run serve

About

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.6%
  • CSS 18.2%
  • Pug 12.2%