11#Typescript + React + Redux
22
3- A dead-simple counter todemonstrate structure of a TypeScript-enabled redux
4- application .
3+ All the concepts and tooling you'll need toget started, packed into one tiny
4+ counter .
55
6- Related articles :
6+ With step-by-step instructions :
77
881 . [ TypeScript and Redux: getting started] [ article-1 ]
992 . [ TypeScript and Redux: adding React] [ article-2 ]
10103 . [ TypeScript and Redux: async actions] [ article-3 ]
11114 . [ TypeScript and Redux: unit testing with Jest] [ article-4 ]
12125 . [ Integrating TypeScript and redux-thunk] [ article-5 ]
1313
14+ And a live[ demo] [ demo ] .
15+
1416##Usage
1517
16- Install and build demo:
18+ Install and build demo application :
1719
1820$ npm install
1921$ npm run build
@@ -27,6 +29,15 @@ Install and build demo:
2729
2830$ npm test
2931
32+ ##Issues?
33+
34+ [ Let's solve 'em!] ( https://github.com/rjz/typescript-react-redux/issues/new )
35+
36+ ##License
37+
38+ MIT
39+
40+ [ demo ] :https://rjz.github.io/typescript-react-redux
3041[ article-1 ] :https://rjzaworski.com/2016/08/getting-started-with-redux-and-typescript
3142[ article-2 ] :https://rjzaworski.com/2016/08/typescript-redux-and-react
3243[ article-3 ] :https://rjzaworski.com/2016/09/typescript-redux-async-actions