Skip to content

wdolorito/nodeZFTemplate

Repository files navigation

Node + Zurb Foundation framework template

This is a simple template for getting up and running with Zurb Foundation

Built on nodejs and expressjs v4.17.1

404 error asset from https://unsplash.com/ by Rémi Jacquaint

Software Version Documentation
jQuery 3.5.1 https://api.jquery.com/
Foundation Sites 6.6.3 https://get.foundation/sites/docs/

Using this template

Copy index.html to another file in views, for instance anotherfile.html. Then add another route in routes.js:

router.get('/somelocation', function(req, res) {
  res.sendFile(views + '/anotherfile.html')
})

About

Node + Zurb Foundation framework template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors