This is a sample website made with Node, ExpressJS, and Nunjucks that serves as a demonstration of a backend-rendered website.
git clone
this repo- Run
npm install
- Run
npm start
to serve the website. This will serve it on port8090
. - Access the site on your browser on
http://localhost:8090