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: 19 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T13:46:31.000Z (8 months ago)
- Last Synced: 2024-11-09T20:12:50.877Z (3 months ago)
- Topics: cloudflare, cloudflare-pages, cloudflare-workers, hono, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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)