Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuc-arc-f/astro2_33react_pub
Astro 2 + React, Cloudflare D1 sample
https://github.com/kuc-arc-f/astro2_33react_pub
astro cloudflare-d1 react
Last synced: about 1 month ago
JSON representation
Astro 2 + React, Cloudflare D1 sample
- Host: GitHub
- URL: https://github.com/kuc-arc-f/astro2_33react_pub
- Owner: kuc-arc-f
- Created: 2023-08-26T05:36:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T21:25:13.000Z (over 1 year ago)
- Last Synced: 2023-08-30T06:36:25.391Z (over 1 year ago)
- Topics: astro, cloudflare-d1, react
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astro2_33react_pub
Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2023/08/26
update : 2023/08/29
***
### SummaryAstro 2 + React, Cloudflare D1 sample
***
### API Server* https://github.com/kuc-arc-f/d1-project8git
***
### setup
* .env```
PUBLIC_SYSTEM_NAME = "AStro2_33react"PUBLIC_USER_ID=100
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="123"
```
**** build
```
yarn build
```***
* start* http://localhost:3000/
***
### bloghttps://zenn.dev/knaka0209/scraps/7abc01cabf58c6
***