Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mehedilslamripon/single-page-templating-with-ejs
- Owner: MehedilslamRipon
- Created: 2021-01-23T20:26:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T18:20:58.000Z (about 3 years ago)
- Last Synced: 2024-10-12T00:40:16.264Z (24 days ago)
- Topics: ejs, ejs-express, ejs-templating, expressjs, jsvascript, middleware, nodejs
- Language: CSS
- Homepage:
- Size: 2.79 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.