Skip to content

Jayvirrathi/nodejs-template-engines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Template Engine Starter

  • Pug

    • Pug is a high performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers
  • Express Handlebars

    • A Handlebars view engine for Express which doesn't suck.
  • EJS

    • Embedded JavaScript templates
  • Nunjucks

    • Nunjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2.
  • Liquid

    • A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.
Name Port
Pug 3000
Express Handlebars 3001
EJS 3002
Nunjucks 3003
Liquid 3004

Setup

npm run bootstrap

Development

npm run dev

Production

npm run start