https://github.com/rybla/bun-template-webapp
A Bun project template for webapps, with a customized setup for static validation (linting, typechecking, dependency validation, etc.)
https://github.com/rybla/bun-template-webapp
bun template typescript webapp
Last synced: 4 days ago
JSON representation
A Bun project template for webapps, with a customized setup for static validation (linting, typechecking, dependency validation, etc.)
- Host: GitHub
- URL: https://github.com/rybla/bun-template-webapp
- Owner: rybla
- Created: 2026-06-09T14:02:58.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2026-06-09T14:33:29.000Z (12 days ago)
- Last Synced: 2026-06-09T16:10:20.518Z (12 days ago)
- Topics: bun, template, typescript, webapp
- Language: JavaScript
- Homepage: https://rybla.github.io/bun-template-webapp/
- Size: 112 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-template-webapp
Dependencies:
- [Just](https://just.systems) – a command runner
- [Bun](https://bun.com) – a [TypeScript](https://www.typescriptlang.org) toolkit
See the `Justfile` for common commands.
For example, run a development server via `just dev`.