An open API service indexing awesome lists of open source software.

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

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`.