Implement a basic Node.js server to serve a simple web page. The web page should display static content and demonstrate a minimal working example. No framework is required, but use Express if preferred.
Requirements:
- Node.js server
- One HTML page with a welcome message
- Route to serve the page
- Instructions for running the server
Optional: Use Express for easier routing and serving static files.
Implement a basic Node.js server to serve a simple web page. The web page should display static content and demonstrate a minimal working example. No framework is required, but use Express if preferred.
Requirements:
Optional: Use Express for easier routing and serving static files.