Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 419 Bytes

pug-sass

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

TO DO

  • Hot-reloading the dev server & browser tab when files change