Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumenpetrov/try-bun
Test Bun
https://github.com/rumenpetrov/try-bun
Last synced: 29 days ago
JSON representation
Test Bun
- Host: GitHub
- URL: https://github.com/rumenpetrov/try-bun
- Owner: rumenpetrov
- Created: 2024-11-15T14:57:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:43:17.000Z (about 1 month ago)
- Last Synced: 2024-11-15T16:19:19.479Z (about 1 month ago)
- Language: TypeScript
- Size: 21.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`