- Vite
- TypeScript
- React 19
- TailwindCSS 4
- Shadcn
- Biome
- Pino
- Hono
PLEASE SEE https://fullstackbun.dev/get-started/
A highly abbreviated version of the instructions is below:
- from the root directory
bun install
- Run
bun run setup
to:- copy the environment files from
.env.example
to.env
in both the API and frontend directories
- copy the environment files from
- then
bun run dev
To install a package, cd
into the package directory and run bun install
.
Do not install packages at the root level, with few exceptions.
To run the frontend and backend apps, bun run dev
from the root level.