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 cloneInstall dependencies
$ cd afi
$ npm installInstall Type Definitions using TSD
$ npm install tsd -g
$ tsd reinstallStart writing your code.