crobi 9 年之前
父節點
當前提交
63e947b92d
共有 1 個文件被更改,包括 13 次插入3 次删除
  1. 13
    3
      client/README.md

+ 13
- 3
client/README.md 查看文件

@@ -1,6 +1,16 @@
1 1
 Building
2 2
 ========
3 3
 
4
-npm install
5
-npm install -g gulp
6
-gulp
4
+Install [Node.js](https://nodejs.org/) and build using:
5
+
6
+`npm install`
7
+`npm install -g gulp`
8
+`gulp`
9
+
10
+Technical
11
+=========
12
+
13
+- The code is written in [Typescript](http://www.typescriptlang.org/).
14
+- The overall architecture is based on [Flux](https://facebook.github.io/flux/).
15
+- The AsyncT class is based on [TsMonad](https://github.com/cbowdon/TsMonad/).
16
+- The Dispatcher class is copied from [this blog post](http://www.productiverage.com/typescript-classes-for-react-flux-actions).

Loading…
取消
儲存