From 160c4e3701d8a56429f99a0d9063b5c6ded91285 Mon Sep 17 00:00:00 2001 From: Vladimir Kutepov Date: Sun, 12 Aug 2018 17:13:01 +0300 Subject: [PATCH] Add hyperapp-starter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d88ad9c..686214f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ To contribute, fork this repository, add your amazing entry and send us a PR. Se ## Boilerplates +* [kriasoft/hyperapp-starter](https://github.com/kriasoft/hyperapp-starter) - Isomorphic boilerplate with no build configuration. * [tzellman/hyperapp-boilerplate](https://github.com/tzellman/hyperapp-boilerplate) - Boilerplate showing how to create a production-ready Hyperapp application. * [lukejacksonn/hyperapp-electron](https://github.com/lukejacksonn/hyperapp-electron) - Minimal Electron app starter with Hyperapp, LiveReload and Redux DevTools. * [selfup/hyperapp-one](https://github.com/selfup/hyperapp-one) - Simple Hyperapp webpack boilerplate counter app with Airbnb ESlint and JSX.