Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rumenpetrov/try-bun

Test Bun
https://github.com/rumenpetrov/try-bun

Last synced: 29 days ago
JSON representation

Test Bun

Awesome Lists containing this project

README

        

# Try Bun

Test [Bun](https://bun.sh) features.

### Checklist

- Monorepo setup
- Centralized control (execute commands from the root of the project)
- Shared local packages
- React SPA
- Tests
- Use [JSR](https://jsr.io/) package

### Get started

- Install dependencies

```sh
$ bun i
```

- Run in dev mode

```sh
$ bun dev
```

- Run in prod mode

```sh
$ bun start
```

- Navigate to `http://localhost:3001/`