crobi 9 лет назад
Родитель
Сommit
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).

Загрузка…
Отмена
Сохранить