Starter template to get started quickly with Hyperapp + TypeScript + Vite.
Click here to use this template, or run these commands:
# Clone project
git clone https://github.com/loteoo/hyperapp-starter.git
cd hyperapp-starter
npm i # Install dependencies
npm run dev # Dev server
npm run build # Build for production
npm run preview # Preview production build
Or use a .zip download
- Vite for dev tooling
- JSX ready to go
- Strict TypeScript
- Typed CSS modules (enable workspace TS version)
- Pages + SPA router & navigation
See live demo here: https://hyperapp-starter.pages.dev/
Basic CRUD actions with hyperapp 2.0
https://github.com/loteoo/hyperapp-todolist
Give the repo a star if you like this!