https://github.com/nyaomaru/nitro-sample
Nitro sample repository with bun.
https://github.com/nyaomaru/nitro-sample
bun deno nitro sample
Last synced: about 2 months ago
JSON representation
Nitro sample repository with bun.
- Host: GitHub
- URL: https://github.com/nyaomaru/nitro-sample
- Owner: nyaomaru
- Created: 2025-01-09T10:16:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T12:32:30.000Z (over 1 year ago)
- Last Synced: 2025-06-24T10:50:05.947Z (12 months ago)
- Topics: bun, deno, nitro, sample
- Language: TypeScript
- Homepage: https://nyaomaru-nitro-sample.deno.dev/
- Size: 993 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nitro-sample
Nitro sample repository with bun. -> [Nitro Github](https://github.com/unjs/nitro)
## 🚀 Get started
At first, you need to install bun. -> [Bun](https://bun.sh/)
And then, run below commands.
```sh
bun install
```
```sh
bun dev
```