A Svelte-based web application boilerplate.
Install dependencies:
bun install
Start the development server:
bun run dev
# or open in a new browser tab
bun run dev -- --open
Create a production build:
bun run build
Preview the production build:
bun run preview
Note: You may need to install an adapter for your target environment.