Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
***
### Summary

Astro 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/

***
### blog

https://zenn.dev/knaka0209/scraps/7abc01cabf58c6

***