full-stack hono + vite + react template w/ bun
why? it's fast lol, no nextjs slop
install:
bun install
run:
bun dev
this spins up two terminal processes, one for the frontend and one for the server.
build & deploy:
bun run build
bun run start
notes
using concurrently cuz bun &&
doesn't work on windows yet