- Part 1: Bun + Vite + TailwindCSS (done)
- Part 2: StimulusJS + Turbo (in the making)
- No asset pipeline
- Hot reloading
- Bun (instead of Node)
- Vite (running through Bun; handling assets)
- TailwindCSS (with Flowbite)
- StimulusJS
- Turbo
Setup
$ bundle install
$ bun install
Run
$ bin/dev