In short: a builder for HTML+CSS+JS pages not based on a framework.
Prerequisites: Bun
curl -fsSL https://bun.sh/install | bash
bun i
bun run build
bun start
- open 'http://localhost:3000/'
In short: a builder for HTML+CSS+JS pages not based on a framework.
curl -fsSL https://bun.sh/install | bash
bun i
bun run build
bun start