Skip to content

illogikal/imba_hono_example

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published