Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 455 Bytes

File metadata and controls

13 lines (9 loc) · 455 Bytes

To View Project:

  1. Install Node.JS http server
    • npm install http-server -g
  2. Clone Repository to local hard drive location
  3. Open command prompt at that repositories location
    • start http server: http-server
    • open internet browser to: localhost:8080

Tip: More information on http-server can be found here