All Projects → ratracegrad → Nodejs_ejs_boilerplate

ratracegrad / Nodejs_ejs_boilerplate

Boilerplate showing the use of EJS as a templating engine in a Node.js application

Programming Languages

javascript
184084 projects - #8 most used programming language

Boilerplate for EJS Templating in Node.js Application

This is a sample application that shows how to use EJS for templating in a Node.js application. It shows how to use partials which allows you to repeat different items on multiple pages of your application.

Live Demonstration

You can view this app in production here

Requirements

  • Node 0.10.x
  • Express 4.0.x
  • EJS 2.4.x

Installation

git clone [email protected]:ratracegrad/nodejs_ejs_boilerplate.git
npm install
node server.js

Screenshots

When you start the application you will see this for the home page Home Page

The About page looks like this About Page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].