Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.47 KB

File metadata and controls

29 lines (19 loc) · 1.47 KB

Node + Materializecss framework template

This is a simple template for getting up and running with Materializecss

Built on nodejs and expressjs v4.18.2

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

Software Version Documentation
jQuery 3.2.1 https://api.jquery.com/
Materializecss 0.100.2 https://archives.materializecss.com/0.100.2/
Google Material Icons - https://google.github.io/material-design-icons/

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')
})

NextJS

Look in nextjs for a starter template for, you guessed it, nextjs.