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

https://github.com/cham11ng/node-ejs

Node.js Templating using EJS
https://github.com/cham11ng/node-ejs

Last synced: 3 months ago
JSON representation

Node.js Templating using EJS

Awesome Lists containing this project

README

          

# ejs-demo
Node.js Templating using EJS

## Requirements
* [Node.js](https://yarnpkg.com/en/docs/install) - 8.9.4 or above
* [Yarn](https://yarnpkg.com/en/docs/install) - 1.3.2 or above
* [NPM](https://docs.npmjs.com/getting-started/installing-node) - 5.6.0 or above

## Quick Start
```
$ git clone git@github.com:cham11ng/node-ejs.git

$ yarn

$ yarn build

or

$ yarn start
```