- Install Node.JS http server
npm install http-server -g
- Clone Repository to local hard drive location
- 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