Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cunningdj/diw-nunjucks-site
- Owner: CunningDJ
- Created: 2019-11-18T03:08:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:46:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T19:37:24.700Z (3 months ago)
- Topics: express, expressjs, node, nodejs, nunjucks, nunjucks-templates, server-side-rendering
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`