https://github.com/fyko/bun-template
a dead simple ts template for bun with linting, formatting and Docker already setup
https://github.com/fyko/bun-template
Last synced: 7 months ago
JSON representation
a dead simple ts template for bun with linting, formatting and Docker already setup
- Host: GitHub
- URL: https://github.com/fyko/bun-template
- Owner: Fyko
- License: mit
- Created: 2023-09-29T03:04:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T03:05:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T20:34:25.561Z (over 1 year ago)
- Language: Dockerfile
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-template
To install dependencies:
```bash
bun install
```
Development:
```bash
bun run dev
```
Build:
```bash
bun run build
```