Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzefiru/hono-react-tailwind
A proof of concept project to use Hono & TailwindCSS to build a React SPA to be deployed on Cloudflare Pages.
https://github.com/luzefiru/hono-react-tailwind
cloudflare cloudflare-pages cloudflare-workers hono react tailwindcss
Last synced: 5 days ago
JSON representation
A proof of concept project to use Hono & TailwindCSS to build a React SPA to be deployed on Cloudflare Pages.
- Host: GitHub
- URL: https://github.com/luzefiru/hono-react-tailwind
- Owner: Luzefiru
- Created: 2024-03-06T06:28:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T14:39:48.000Z (8 months ago)
- Last Synced: 2024-04-12T06:19:19.229Z (7 months ago)
- Topics: cloudflare, cloudflare-pages, cloudflare-workers, hono, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-react-tailwind
A proof of concept project to use **Hono** & **TailwindCSS** to build a **React** SPA to be deployed on **Cloudflare Pages**.
## Usage
```bash
npm install
npm run dev
``````bash
npm run deploy
```## References
- [yusukebe/hono-spa-react](https://github.com/yusukebe/hono-spa-react)
- [yusukebe/honox-examples/projects/tailwind](https://github.com/yusukebe/honox-examples/tree/main/projects/tailwind)