Files
hono-bundle-template/README.md
T

18 lines
204 B
Markdown

To install dependencies:
```sh
bun install
```
To run:
```sh
bun run dev
```
To build the js bundle:
```sh
bun run bundle
```
> The bundle will be available at dist/index.js
open http://localhost:3000