Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-le97/ssr-examples


https://github.com/daniel-le97/ssr-examples

Last synced: 24 days ago
JSON representation

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.