Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cunningdj/diw-nunjucks-site

Sample website made with Nunjucks to demonstrate backend rendering.
https://github.com/cunningdj/diw-nunjucks-site

express expressjs node nodejs nunjucks nunjucks-templates server-side-rendering

Last synced: about 17 hours ago
JSON representation

Sample website made with Nunjucks to demonstrate backend rendering.

Awesome Lists containing this project

README

        

# Nunjucks Sample Site
This is a sample website made with Node, ExpressJS, and Nunjucks that serves as
a demonstration of a backend-rendered website.

## Depdendencies
1. [node/npm](https://nodejs.org/en/download/)

## Setup
1. `git clone` this repo
2. Run `npm install`
3. Run `npm start` to serve the website. This will serve it on port `8090`.
4. Access the site on your browser on `http://localhost:8090`