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

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.

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
```