Another Flux Implementation is a quick starter front-end development framework to build React application based on Flux Application Architecture using TypeScript.
afi uses Webpack and ts-loader to bundle the JavaScript code.
Clone the repo
$ git clone
Install dependencies
$ cd afi
$ npm install
Install Type Definitions using TSD
$ npm install tsd -g
$ tsd reinstall
Start writing your code.