OSはUbuntu-24.04を利用
とても親切なのがよろし
$ npm create hono@latest my-app
create-hono version 0.14.3
✔ Using target directory … my-app
? Which template do you want to use? cloudflare-pages
? Do you want to install project dependencies? yes
? Which package manager do you want to use? npm
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd my-app
$ cd my-app/
$ npm i
up to date, audited 75 packages in 493ms
7 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npm run dev
VITE v5.4.11 ready in 2325 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
h
Shortcuts
press r + enter to restart the server
press u + enter to show server url
press o + enter to open in browser
press c + enter to clear console
press q + enter to quit
q