Setting up a local HTTP Server
If you want to test for example if your .html file is working properly you can setup a local HTTP Server
Steps to do:
- Install node.js
- npm install -g http-server
- Go to path
- http server
- Open Browser at http://localhost:8888