Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 824 Bytes

readme.md

File metadata and controls

41 lines (30 loc) · 824 Bytes

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