Skip to content

Commit 32f1f7c

Browse files
committed
updates README
1 parent 277d270 commit 32f1f7c

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

+21-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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).
28

39
## Getting Started
410

511
Requirement:
612

7-
- NodeJS 0.10+
13+
- NodeJS 0.12+
814

915

1016
Install dependencies:
@@ -29,16 +35,24 @@ Run server:
2935
npm run start-dev
3036
```
3137

32-
### Testing
38+
## Running production server
3339

34-
To run tests, use:
40+
Build assets:
3541

3642
```
37-
npm test
43+
npm run build
44+
```
45+
46+
Run server:
47+
48+
```
49+
npm start
3850
```
3951

40-
To start a watch test task:
52+
### Testing
53+
54+
To run tests, use:
4155

4256
```
43-
npm run test-watch
57+
npm test
4458
```

0 commit comments

Comments
 (0)