This project demonstrates a simple Express server using the EJS view engine.
- Install dependencies:
npm install
- Start the server:
npm start
- Visit
http://localhost:8080
(or the port specified inPORT
).
Static assets live in the public
folder and EJS templates are in views
.