The AstroWeb
About
Download the HTML/CSS/JS files.
Run index.html on a local server -->
You can run your file in http-server.
1> Have Node.js installed in your system.
2> In CMD, run the command npm install http-server -g
3> Navigate to the specific path of your file folder in CMD and run the command http-server
4> Go to your browser and type localhost:8080. Your Application should run there.
Instructions From: https://stackoverflow.com/questions/38497334/how-to-run-html-file-on-localhost