https://github.com/devsargam/rsc-from-scratch
https://github.com/devsargam/rsc-from-scratch
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsargam/rsc-from-scratch
- Owner: devsargam
- Created: 2025-06-23T19:35:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T19:36:12.000Z (about 1 year ago)
- Last Synced: 2025-08-28T18:05:02.750Z (10 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsc-from-scratch
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.