Skip to content

gaganjakhotiya/afi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afi

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.

Usage

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.