File tree 1 file changed +21
-7
lines changed
1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 1
- http://nu-pomodoro.herokuapp.com/
1
+ This is an example of [ TodoMVC] ( http://todomvc.com/ ) built using:
2
+
3
+ - [ React] ( http://facebook.github.io/react/ )
4
+ - [ Redux] ( https://github.com/rackt/redux )
5
+ - [ TypeScript] ( http://www.typescriptlang.org/ )
6
+
7
+ It is adapted from the [ redux TodoMVC example] ( https://github.com/rackt/redux/tree/master/examples/todomvc ) .
2
8
3
9
## Getting Started
4
10
5
11
Requirement:
6
12
7
- - NodeJS 0.10 +
13
+ - NodeJS 0.12 +
8
14
9
15
10
16
Install dependencies:
@@ -29,16 +35,24 @@ Run server:
29
35
npm run start-dev
30
36
```
31
37
32
- ### Testing
38
+ ## Running production server
33
39
34
- To run tests, use :
40
+ Build assets :
35
41
36
42
```
37
- npm test
43
+ npm run build
44
+ ```
45
+
46
+ Run server:
47
+
48
+ ```
49
+ npm start
38
50
```
39
51
40
- To start a watch test task:
52
+ ### Testing
53
+
54
+ To run tests, use:
41
55
42
56
```
43
- npm run test-watch
57
+ npm test
44
58
```
You can’t perform that action at this time.
0 commit comments