https://github.com/danny-yamamoto/hono-app
Deploy a Hono site
https://github.com/danny-yamamoto/hono-app
cloudflare hono typescript
Last synced: about 2 months ago
JSON representation
Deploy a Hono site
- Host: GitHub
- URL: https://github.com/danny-yamamoto/hono-app
- Owner: danny-yamamoto
- Created: 2023-09-20T06:49:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T03:35:35.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:23:19.559Z (4 months ago)
- Topics: cloudflare, hono, typescript
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
npm install
npm run dev
``````bash
open http://localhost:8788
``````bash
npm run deploy
```- To run multiple npm scripts in parallel at the same time.
```bash
npm install npm-run-all --save-dev
```