Skip to content

TheOtterlord/astro-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro + Bun

Bun

A minimal template to start a new Astro project with Bun, and server-side rendering.

Install

Install dependencies

bun install

Dev

Start the development server.

bun run dev

Visit http://localhost:4321

Build

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)