iamtrichi

Node.js Static HTML Server

Setup

  1. Install dependencies:
    npm install
    
  2. Start the server:
    npm start
    
  3. Open http://localhost:3000 in your browser.

Place additional HTML files in the public directory to serve them.