https://github.com/yusukebe/remix-on-hono
Remix on Hono
https://github.com/yusukebe/remix-on-hono
Last synced: 8 months ago
JSON representation
Remix on Hono
- Host: GitHub
- URL: https://github.com/yusukebe/remix-on-hono
- Owner: yusukebe
- Created: 2023-04-29T09:11:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T09:34:51.000Z (about 3 years ago)
- Last Synced: 2025-03-29T06:51:38.427Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://hono.dev
- Size: 10.7 KB
- Stars: 28
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix on Hono
Run [Remix](https://remix.run) on [Hono](https://hono.dev).
Hono runs on Cloudflare Workers, Bun, Lagon, and Node.js. So, you can run Remix on Cloudflare Workers, Bun, Lagon, and Node.js.
## Features
* Multi runtimes. Some application runs on Cloudflare Workers, Bun, Lagon, and Node.js in development.
* Support variables including Cloudflare's variables for Cloudflare Workers and environment variables for Bun, Lagon, and Node.js.
* Deploy to Cloudflare Workers.
## Development
Node.js:
```
yarn dev:node
```
Bun:
```
yarn dev:bun
```
Lagon:
```
yarn dev:lagon
```
Cloudflare Workers:
```
yarn dev:workers
```
In Cloudflare Workers, reloading may be slow because Workers Sites need to be updated with every reload. It is not recommended to use Cloudflare Worker for a smoother development experience.
## Deploy
Deploy to Cloudflare Workers:
```
yarn deploy
```
## Authors
Yusuke Wada
## License
MIT