Skip to content

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 861 Bytes

README.md

File metadata and controls

executable file
·
25 lines (15 loc) · 861 Bytes

Mobile Web Specialist Certification Course


Three Stage Course Material Project - Restaurant Reviews

Project Overview: Stage 2

For the Restaurant Reviews projects, we converted a static webpage to a mobile-ready web application.

Requirements

  1. local API Server from mws-restaurant-stage-2.

  2. A local server on port 8000 for this project http://localhost:8000

How To local API Server

  1. Clone this repo mws-restaurant-stage-2.
  2. In a terminal CD to the Repo install project dependancies with npm install.
  3. Install Sails.js globally with npm i sails -g.
  4. Start the server node server.

GULP Notes

Install GraphicsMagick liabray in order to use gulp to resize images if needed