leonwindrunner / 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

How to run

1.From inside the new directory, launch a local client server using Python from your terminal: Python 2: python -m SimpleHTTPServer 8000 Python 3: python3 -m http.server 8000 2.Visit the site in your browser at http://localhost:8000

About

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


Languages

Language:JavaScript 56.4%Language:CSS 27.3%Language:HTML 16.3%