Skip to content

Zentex1337/web-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Template

A minimal Express.js web app with EJS templating.

Tech Stack

Node.js Express EJS

Quick Start

# Install dependencies
npm install

# Run dev server
npm run dev

# Or production
npm start

Server runs on http://localhost:3000

Structure

├── index.js        # Express server
├── views/          # EJS templates
├── public/         # Static assets
└── haikus.json     # Data file

License

MIT

About

Minimal Express.js web app with EJS templating

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published