Building ======== Install [Node.js](https://nodejs.org/) and build using: `npm install` `npm install -g gulp` `gulp` Technical ========= - The code is written in [Typescript](http://www.typescriptlang.org/). - The overall architecture is based on [Flux](https://facebook.github.io/flux/). - The AsyncT class is based on [TsMonad](https://github.com/cbowdon/TsMonad/). - The Dispatcher class is copied from [this blog post](http://www.productiverage.com/typescript-classes-for-react-flux-actions).