https://github.com/bernardini687/bun-app-template
https://github.com/bernardini687/bun-app-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardini687/bun-app-template
- Owner: bernardini687
- Created: 2024-03-04T15:18:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T14:06:48.000Z (about 1 year ago)
- Last Synced: 2025-01-10T00:26:00.735Z (4 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-app-template
This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
This is a minimal template to start a bun application.
## setup
Refer to `config.ts` for the available configuration options.
```bash
bun install # install dependencies
bun app # run the app
```## development
```bash
bun format # run prettier
```