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

https://github.com/svelterust/fullstack

Fullstack development with SvelteKit + Elysia + Bun (100% typesafe!)
https://github.com/svelterust/fullstack

bun elysia sveltekit

Last synced: about 1 year ago
JSON representation

Fullstack development with SvelteKit + Elysia + Bun (100% typesafe!)

Awesome Lists containing this project

README

          

# fullstack

Using Bun all the way with Elysia on the "backend" with Eden and SvelteKit we get an amazing developer experience.

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

## Production

```
docker build . -t fullstack
docker run -p 3000:3000 -t fullstack
```