/restaurant-reviews

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

Primary LanguageJavaScript

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