create-liho
v1.0.3
Published
Create a new Liho app - React + Hono with file-based routing
Maintainers
Readme
create-liho
Create a new Liho app with one command.
Usage
npx create-liho my-app
cd my-app
npm install
npm run devWhat is Liho?
Liho is a lightweight React + Hono starter with file-based routing, inspired by SvelteKit but without the complexity of Next.js.
- React 18 + React Router 7
- Hono - Ultra-light API backend (~14kb)
- Vite - Fast dev server with HMR
- Tailwind CSS - Utility-first styling
- TypeScript - Full type support
License
MIT
