Skip to content

A simple list app built with webpack and hyperapp.

Notifications You must be signed in to change notification settings

LearnHyperapp/hyper-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper List

A simple hyperapp-powered list

Purpose

Creates a minimal working todo-style list to demonstrate a minimum working hyperapp.

This is one of my favourite basic apps because there are a lot of interesting upgrades we can demonstrate, like saving (via localstorage 1 2 or third-party database), live collaboration (via websockets), live validation, lifecycle hooks, etc. I'll be using this repo to create many forks to demonstrate these various upgrades and step you, the reader, through those upgrades.

Getting started

Install everything:

npm install
# or
yarn

Get it running:

npm start
# or
yarn start

localhost:8080

About

A simple list app built with webpack and hyperapp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published