项目作者: gaganjakhotiya

项目描述 :
Another Flux Implementation
高级语言: TypeScript
项目地址: git://github.com/gaganjakhotiya/afi.git
创建时间: 2016-02-13T00:06:29Z
项目社区:https://github.com/gaganjakhotiya/afi

开源协议:

下载


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

  1. $ git clone

Install dependencies

  1. $ cd afi
  2. $ npm install

Install Type Definitions using TSD

  1. $ npm install tsd -g
  2. $ tsd reinstall

Start writing your code.