To understand what is it: Medium Article
In short: a builder for HTML+CSS+JS pages not based on a framework. Advanced version, with linting, Typescript and SASS. Also includes BrowserSync and custom build watcher.
This version also serves Preact, tsx
and Typescript.
Prerequisites: Bun
curl -fsSL https://bun.sh/install | bash
bun i
bun run build
bun start
- open 'http://localhost:3000/'
Clone the repository and write your framework-less frontend using src
folder.