Skip to content

mohannadize/mws-restaurant-stage-1

 
 

Repository files navigation

Mobile Web Specialist Certification Course

Udacity Nanodegree program


Three Stage Course Material Project - Restaurant Reviews

This project depends on the mws-restaurant-stage-3 API,please run it in background with the server by following the instructions found in the README.md there.

Installation

Install the npm packages by running this command inside mws-restaurant-stage-1 folder

npm install

Build

Run build operations by

gulp build

Run the server

then run a server from the /build/ folder by

python3 -m http.server

or using php by

php -S 0.0.0.0:8000

About

Mobile Web Specialist Restaurant Reviews App: Stage 1 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • CSS 22.4%
  • HTML 10.2%