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

Workers + React + hono + d1 database + tailwindcss
https://github.com/kuc-arc-f/hono_68react

cloudflare-workers d1 gemini-flash hono react tailwindcss

Last synced: 20 days ago
JSON representation

Workers + React + hono + d1 database + tailwindcss

Awesome Lists containing this project

README

        

# hono_68react

Version: 0.9.1

Author  :

date    : 2024/12/19

update :

***
### Summary

Workers + React + hono + d1 database + tailwindcss

* Gemini-2.0-flash-exp generate

***
### build

```
yarn dev
```

***
### setting
* wrangler.toml

```
name = "hono_68"
main = "src/index.ts"
compatibility_date = "2024-12-19"

compatibility_flags = [ "nodejs_compat" ]
assets = { directory = "public" }

# [vars]
# MY_VAR = "my-variable"

[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""

```
***
* tailwindcss
```
npx tailwindcss -i ./src/main.css -o ./public/main.css --watch
```

***
### Prompt

* todo18
* https://gist.github.com/kuc-arc-f/699dbbcff2a8fb00c4730813916652ba

***
# License

* MIT

***