Skip to content

ratracegrad/nodejs_ejs_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages