Logo

Hono

Imba, Bun and Hono together

for dev

    # index.html
    <script type="module" src="./client.dev.imba"></script>

for prod (no live reload)

    # index.html
    <script type="module" src="./client.imba"></script>

to run

    curl -fsSL https://bun.sh/install | bash
    bun install
    npm install
    bun nodemon