Home

Awesome

UNMAINTAINED*

This repo hasn't been maintained and most of the packages will be out of date, I may be releasing an update/replacement in coming months. Feel free to fork/use this as a boilerplate, but keep in mind most of the webpack/babel/typescript config will need to be rewritten when upgrading to newer versions

Unicycle

Unicycle is a Cycle.js boilerplate for universal (aka isomorphic) progressive web-apps, preconfigured with HMR and ServiceWorker via Webpack.

Features

Limitations

Getting Started

To make a static build and serve it via Koa:

npm run start

To start a Koa server serving a live build of your app via HMR:

npm run start:dev