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

Zydnar/mws-restaurant-stage-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Web Specialist Certification Course


1st Stage of Course Material Project - Restaurant Reviews

Project Overview: Stage 1

Instructions

For view only

  1. Clone repo
    git clone https://github.com/Zydnar/mws-restaurant-stage-1.git
    
  2. Set your working directory to /public folder inside project
    $ cd ./public
    
  3. Run server of your choice
    //Python 2.x
    python -m SimpleHTTPServer
    //Python 3.x
    python -m http.server
    //Ruby
    ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd); trap('INT') { s.shutdown }; s.start"
    //node.js
    npm install http-server -g
    http-server . -p 8000
    //php
    php -S localhost:8000
    

For develop purpose

  1. Follow instructions from "For view only" section
  2. Install dependencies
    yarn
    
    Or if you're using npm
    npm install
    

Note: Gulp responsive-images task reqires 3-rd party binaries added to your $path. Decide upon Q8 or Q16: A Q8 version is fine for processing typical photos intended for viewing on a computer screen. If you are dealing with film, scientific, or medical images, use ICC color profiles, or deal with images that have limited contrast, then the Q16 version is recommended. Download and Install, be sure that "Update executable search path" is checked during installation.

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 54.0%
  • CSS 34.6%
  • HTML 9.3%
  • Ruby 2.1%