Skip to content

iamstuartwilson/express-nunjucks-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express & Nunjucks Boilerplate

Express and Nunjucks. Pow!

  1. Installation

clone repository
npm install
node app.js

...then you should see this if you go to: http://localhost:3000

  1. Template structure

/
--- views/
------- layout.html  (the main layout template)
------- index.html   (extends layout.html and inserts content using {% block body %})
------- example.html (extends index.html and adds to {% block content %})

About

Express and Nunjucks. Pow!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published