Skip to content

ijklim/mws-restaurant-stage-1

 
 

Repository files navigation

Mobile Web Specialist Certification Course: Stage 3

Installation instructions for Windows

Clone the server repository - https://github.com/ijklim/mws-restaurant-stage-3. Follow the README instructions to run the server.

Install Node.js and Express server (this has better performance compared to Python 3 server).

Node.js installation instructions (one time): https://nodejs.org/en/

Express installation (one time):

cd <project_folder>
npm install

To launch the client server:

cd <project_folder>
node server.js

With Express server running, visit the site: http://localhost:8000.

About

Mobile Web Specialist Restaurant Reviews App: Stage 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • CSS 22.0%
  • HTML 11.0%