A simple starter template for building static sites using pug & sass running under bun
No build scripts or frameworks, just good old Concurrent
, for running the dev server and watching for file changes.
To install dependencies:
bun i
To watch:
bun run dev
To build:
bun run build
- Hot-reloading the dev server & browser tab when files change