Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)