https://github.com/kuc-arc-f/hono_44react
react SPA + pages + D1, sample
https://github.com/kuc-arc-f/hono_44react
cloudflare-d1 cloudflare-pages hono react
Last synced: 4 months ago
JSON representation
react SPA + pages + D1, sample
- Host: GitHub
- URL: https://github.com/kuc-arc-f/hono_44react
- Owner: kuc-arc-f
- Created: 2024-01-09T12:44:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T23:31:09.000Z (over 1 year ago)
- Last Synced: 2024-12-27T20:19:55.262Z (6 months ago)
- Topics: cloudflare-d1, cloudflare-pages, hono, react
- Language: CSS
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono_44react
Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2024/01/08
update : 2024/01/13
***
### Summaryreact + pages, sample
***
### Setup* build , preview
```
yarn build
yarn dev
```* deploy
```
npx wrangler pages deploy dist
```***
* client.js build
```
npx esbuild --bundle ./src/client.tsx --format=esm --minify --outfile=./public/static/client.js
```
***
### bloghttps://zenn.dev/knaka0209/scraps/9e29547638a577
***