iamtrichi
Node.js Static HTML Server
Setup
Install dependencies:
npm
install
Start the server:
npm start
Open
http://localhost:3000
in your browser.
Place additional HTML files in the
public
directory to serve them.