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/ |
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')
})Look in nextjs for a starter template for, you guessed it, nextjs.