Skip to content
/ hyperapp-starter Public template

Clean and simple Hyperapp template with JSX, TypeScript and Vite

Notifications You must be signed in to change notification settings

loteoo/hyperapp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperapp starter logo

Hyperapp starter

Starter template to get started quickly with Hyperapp + TypeScript + Vite.

🚀 Quick start:

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

Features

  • Vite for dev tooling
  • JSX ready to go
  • Strict TypeScript
  • Typed CSS modules (enable workspace TS version)
  • Pages + SPA router & navigation

Live demo

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!

About

Clean and simple Hyperapp template with JSX, TypeScript and Vite

Topics

Resources

Stars

Watchers

Forks