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

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.)

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`.