Skip to content

fralps/svelte-boilerplate

Repository files navigation

svelte-boilerplate

CI

Tech stack

Svelte TypeScript SASS TailwindCSS Vite Bun

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

brew tap oven-sh/bun
brew install bun

Installing and running the app

  • Run server
./scripts/dev

Build for production

  • Build app
bun run build