A minimal template to start a new Astro project with Bun, and server-side rendering.
Install dependencies
bun install
Start the development server.
bun run dev
Visit http://localhost:4321
Build the project.
bun run build
To run the built project, use the following.
bun ./dist/server/entry.mjs
Visit http://localhost:4321 (or http://127.0.0.1:4321)