1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Hono with Bun runtime ## Getting Started ### Cloning the repo ```sh bun create hono ./NAME_HERE ``` ### Development ``` bun run start ``` Open http://localhost:3000 with your browser to see the result.