https://github.com/huijiewei/react-router-hono-netlify-template
https://github.com/huijiewei/react-router-hono-netlify-template
hono netlify react-router
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huijiewei/react-router-hono-netlify-template
- Owner: huijiewei
- Created: 2025-10-01T14:57:02.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-10-07T10:36:25.000Z (15 days ago)
- Last Synced: 2025-10-07T12:25:14.249Z (15 days ago)
- Topics: hono, netlify, react-router
- Language: TypeScript
- Homepage: https://react-router-hono-netlify-template.netlify.app/
- Size: 76.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to React Router + Hono + Vite + Netlify!
```shell
npx create-react-router@latest --template https://github.com/huijiewei/react-router-hono-netlify-template
```or
[](https://app.netlify.com/start/deploy?repository==https%3A%2F%2Fgithub.com%2Fhuijiewei%2Freact-router-hono-netlify-template)
---
Document: [netlify-serve](https://github.com/huijiewei/resolid-react-router-hono?tab=readme-ov-file#netlify-serve)
---
📖 See the [React Router docs](https://reactrouter.com/home) for details on supported features.
## Development
Run the dev server:
```shellscript
npm run dev
```## Node Deployment
First, build your app for production:
```sh
npm run build:node
```Then run the app in production mode at local:
```sh
npm start
```Now you'll need to pick a host to deploy it to.
### DIY
If you're familiar with deploying Node applications, the built-in React Router app server is production-ready.
Make sure to deploy the output of `npm run build`
- `build/server`
- `build/client`