Skip to content

Commit 518a80e

Browse files
committed
redux
1 parent 7d73310 commit 518a80e

32 files changed

+10547
-2
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
# See https://help.github.com/ignore-files/ for more about ignoring files.
23+
24+
# dependencies
25+
/node_modules
26+
27+
# testing
28+
/coverage
29+
30+
# production
31+
/build
32+
33+
# misc
34+
.DS_Store
35+
.env.local
36+
.env.development.local
37+
.env.test.local
38+
.env.production.local
39+
40+
npm-debug.log*
41+
yarn-debug.log*
42+
yarn-error.log*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Installation
22

3-
* `git clone [email protected]:rwieruch/taming-the-state-hn-app.git`
4-
* `cd taming-the-state-hn-app`
3+
* `git clone [email protected]:rwieruch/react-mobx-hackernews.git`
4+
* `cd react-mobx-hackernews`
55
* `npm install`
66
* `npm start`
77
* visit http://localhost:3000/

0 commit comments

Comments
 (0)