Skip to content

Static Site Generator with HTML Template engine (Nunjacks ~ njk) + Vite bundler

License

Notifications You must be signed in to change notification settings

mahabubx7/vite-html-templating-njk

Repository files navigation

vite-html-templating-njk

Static Site Generator with HTML Template engine (Nunjacks ~ njk) + Vite bundler

Getting started

Installation

First clone this repository or use this template to create your repo. Then, go to the project directory.

$ yarn install # or npm install

Run the application

$ yarn dev # or npm run dev

Build this application

$ yarn build # or npm run build

After that, you may find a new folder called dist. That dist directory will hold our production files or final build files.

Test the production or preview

Must build your application first.

$ yarn preview # or npm run preview

About

Static Site Generator with HTML Template engine (Nunjacks ~ njk) + Vite bundler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published