About this project
This is a basic Node.js application using Express to serve static files. The server:
- Serves static files from the
publicdirectory - Handles the root route (
/) by servingindex.html - Uses pnpm as the package manager
- Runs on port 5556 by default
Available Pages
- Home - This page
- Restaurant - Demo JACOB'S MEAT BAR
Getting Started
To run this project:
- Install dependencies:
pnpm install - Start the server:
pnpm start - Open your browser to
http://localhost:5556