manu-garcia / mws-restaurant-stage-1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 74.1%Language:HTML 13.2%Language:CSS 12.8%