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

manu-garcia/mws-restaurant-stage-1

 
 

Repository files navigation

Mobile Web Specialist Certification Course


Installing dependencies

After cloning the repository, install the project dependencies:

npm install

Serving the pre-build project

You can find the pre-built-project in the ./build/ folder.

Use python3 to serve it:

cd ./build
python3 -m http.server

Open up a Chrome and browse http://localhost:8000

Building the project

If you still want to build the project, from the root folder you can run (You may need to have gulp installed globally)

npm install -g gulp
gulp build

How to start the project for development

This option does not need to build the before hand. It will serve the project and open it up in a browser tab for you

gulp watch

Gulp will watch for changes on the sources and rebuild the project automatically. The browser tab running the project will be automatically reloaded.

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 74.0%
  • HTML 13.2%
  • CSS 12.8%