Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loteoo/hyperapp-starter
Clean and simple Hyperapp template with JSX, TypeScript and Vite
https://github.com/loteoo/hyperapp-starter
hyperapp
Last synced: 3 months ago
JSON representation
Clean and simple Hyperapp template with JSX, TypeScript and Vite
- Host: GitHub
- URL: https://github.com/loteoo/hyperapp-starter
- Owner: loteoo
- Created: 2018-05-09T02:00:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T18:26:20.000Z (4 months ago)
- Last Synced: 2024-07-07T18:57:49.331Z (4 months ago)
- Topics: hyperapp
- Language: TypeScript
- Homepage: https://hyperapp-starter.pages.dev/
- Size: 845 KB
- Stars: 34
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- hyperawesome - loteoo/hyperapp-starter - Vite, CSS modules, JSX, TypeScript (Starters)
README
Hyperapp starterStarter template to get started quickly with Hyperapp + TypeScript + Vite.
## 🚀 Quick start:
[Click here to use this template](https://github.com/loteoo/hyperapp-starter/generate), or run these commands:
```
# Clone project
git clone https://github.com/loteoo/hyperapp-starter.gitcd 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](https://github.com/loteoo/hyperapp-starter/archive/main.zip)
## Features
- [Vite](https://vitejs.dev/) 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!