Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/ssr-examples
https://github.com/daniel-le97/ssr-examples
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/ssr-examples
- Owner: daniel-le97
- License: mit
- Created: 2023-10-15T20:00:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:41:28.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:59.298Z (about 1 month ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# examples on how to build your own framework from scratch!
To install dependencies:
```bash
bun install
```To run:
solid:
```bash
cd packages/solid && bun run dev
```svelte:
```bash
cd packages/svelte && bun run dev
```vue:
```bash
cd packages/vue && bun run dev
```This project was created using `bun init` in bun v1.0.6. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.