Simple website built atop node.js
Be sure to install the node packages necessary to install http-server
to serve the site:
npm install
To host the site, run http-server
:
C:\> http-server
Starting up http-server, serving ./
Available on:
https://<local-ip-address>:8080
<>... other local addresses ...>
https://127.0.0.1:8080
Licensed under the MIT license as declared in the accompanying license.md file.