Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/bun-elysia-vite-solid-ssr
https://github.com/daniel-le97/bun-elysia-vite-solid-ssr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/bun-elysia-vite-solid-ssr
- Owner: daniel-le97
- Created: 2023-08-26T22:28:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:17:16.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:45.432Z (about 2 months ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun Elysia Vite Solid and SSR
> A brief description of your package's purpose.
## Getting started
```bash
curl https://bun.sh/install | bash -s bun-v0.7.3
bun create daniel-le97/bun-elysia-vite-solid-ssr
bun install
bun run dev
```
## Why
Elysia is an amazing web framework with type safety out of the box, this replaces Express with elysia
checkout plugin.ts to see how it works
## credits