A simple counter, written in Cycle.js and Typescript. Nothing fancy, just a small experiment for myself.
To run this yourself, do the following steps:
-
Clone this repo with
git clone https://github.com/mxstbr/cyclejs-counter -
Setup the dependencies with
npm run setup -
Run the compilation with
npm run start
Now you can open index.html in your browser and see the counter!
Copyright © 2016 Maximilian Stoiber
This project is licensed under the MIT license.