A minimal Express.js web app with EJS templating.
# Install dependencies
npm install
# Run dev server
npm run dev
# Or production
npm startServer runs on http://localhost:3000
├── index.js # Express server
├── views/ # EJS templates
├── public/ # Static assets
└── haikus.json # Data file
MIT