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

https://github.com/kuc-arc-f/astro3_4cf

Astro 3 + D1 + Cloudflare pages + tailwindcss + React, sample
https://github.com/kuc-arc-f/astro3_4cf

astro cloudflare-pages react tailwindcss

Last synced: 27 days ago
JSON representation

Astro 3 + D1 + Cloudflare pages + tailwindcss + React, sample

Awesome Lists containing this project

README

        

# astro3_4cf

Version: 0.9.1

Author  : Kouji Nakashima / kuc-arc-f.com

date    : 2023/09/03

update : 2023/09/08
***
### Summary

Astro 3 + D1 + Cloudflare pages + tailwindcss , sample

***
### API Server

https://github.com/kuc-arc-f/d1-project8git

***
### setup
* .env

```
PUBLIC_SYSTEM_NAME = "AStro3_4"

PUBLIC_CRYPTO_KEY="123"
PUBLIC_USER_ID=100
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="123"
```

***
### Start

```
npm i

#start-dev

yarn dev
```

***
### blog

***