illogikal / imba_hono_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 97.3%Language:Shell 2.7%