https://github.com/devvyyxyz/ejs-template
https://github.com/devvyyxyz/ejs-template
ejs nodejs template web website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devvyyxyz/ejs-template
- Owner: devvyyxyz
- Created: 2024-04-27T03:18:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T02:15:53.000Z (about 1 year ago)
- Last Synced: 2025-06-05T05:40:51.593Z (about 1 year ago)
- Topics: ejs, nodejs, template, web, website
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ejs-template
This project demonstrates a simple Express server using the EJS view engine.
## Setup
1. Install dependencies:
```bash
npm install
```
2. Start the server:
```bash
npm start
```
3. Visit `http://localhost:8080` (or the port specified in `PORT`).
Static assets live in the `public` folder and EJS templates are in `views`.