Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svails/fullstack

Fullstack template
https://github.com/svails/fullstack

bun drizzle sveltekit turso

Last synced: 13 days ago
JSON representation

Fullstack template

Awesome Lists containing this project

README

        

# fullstack

To get started, run folowing:

```
git clone https://github.com/svails/fullstack
cd fullstack/
bun install
bun dev
```

## Migrations

After modifying `src/lib/schema.ts`, generate migration files with `bun db:generate`.