Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Hyperapp starter logo



Hyperapp starter

Starter 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.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](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!