Skip to content

Project template for building static web application using nunjucks templating engine.

Notifications You must be signed in to change notification settings

jkguidaven/static-web-app-project

Repository files navigation

Project

This project is built using Nunjucks templates and rendered to static file.

Prerequisites

  • Node (at least the latest LTS)
  • Yarn (at least 1.0)

Setting Up

# 1. Clone this repository.
git clone git@github.com:jkguidaven/static-web-app-project.git

# 2. cd to folder
cd static-web-app-project

# 3. Install dependencies
yarn install

# 4. Build template and watch new changes in
yarn start

To build

yarn build

Output files are generated in dist folder

Continuous Integration

The project uses tools such as eslint, prettier & editorconfig to ensure quality of codes are properly check.

About

Project template for building static web application using nunjucks templating engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published