Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wagerfield/svelte-starter

Svelte Starter Project
https://github.com/wagerfield/svelte-starter

Last synced: 6 days ago
JSON representation

Svelte Starter Project

Awesome Lists containing this project

README

        

# Svelte Starter

This project uses [Bun][bun] for managing dependencies:

bun install

Run development server:

bun run dev

Build for production:

bun run build

Run production build:

bun run start

Run unit and E2E tests:

bun run test

[bun]: https://bun.sh