Skip to content

ilkersigirci/bun-svelte

Repository files navigation

Install

# Using bunx instead of using npx or pnpm dlx
bun create svelte@latest your_app

#Move to your app directory
cd your_app/
# Using bun pacakge manager
bun i

#start the dev server
bun dev

Build

#build you app
bun run build

cd build/

#server your app
bun start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published