https://github.com/gotocva/bun-ssr
https://github.com/gotocva/bun-ssr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotocva/bun-ssr
- Owner: gotocva
- Created: 2024-04-22T05:04:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T05:06:31.000Z (about 2 years ago)
- Last Synced: 2025-01-18T11:28:54.506Z (over 1 year ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-ssr
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run main.ts
```
This project was created using `bun init` in bun v1.1.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.