Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
Fullstack development with SvelteKit + Elysia + Bun (100% typesafe!)
- Host: GitHub
- URL: https://github.com/svelterust/fullstack
- Owner: svelterust
- Created: 2025-02-08T17:40:38.000Z (3 days ago)
- Default Branch: master
- Last Pushed: 2025-02-08T17:43:10.000Z (3 days ago)
- Last Synced: 2025-02-08T18:30:45.720Z (2 days ago)
- Topics: bun, elysia, sveltekit
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```