Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mehedilslamripon/single-page-templating-with-ejs

Single page templating with express.js and ejs template engine.
https://github.com/mehedilslamripon/single-page-templating-with-ejs

ejs ejs-express ejs-templating expressjs jsvascript middleware nodejs

Last synced: 24 days ago
JSON representation

Single page templating with express.js and ejs template engine.

Awesome Lists containing this project

README

        

# Single-page-templating-with-ejs

## How To Run:

**Open your terminal and put this command -**

```shell
git clone https://github.com/MehedilslamRipon/Single-page-templating-with-ejs.git
```

**Enter root directory -**

```shell
cd Single-page-templating-with-ejs/src
```

**Then -**

```shell
npm install
```

**After that put this command -**

```shell
node index.js
```

> Finally open your browser then enter this url `localhost:3000` and hit enter.