We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fcb31 commit 4f56e62Copy full SHA for 4f56e62
README.md
@@ -1,7 +1,19 @@
1
-# Installation
+# react-firebase-authentication
2
3
-* `git clone [email protected]:rwieruch/taming-the-state-hn-app.git`
4
-* `cd taming-the-state-hn-app`
+* Found in [Taming the State in React](https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE)
+* [Live](https://react-redux-hackernews.wieruch.com/)
5
+
6
+## Features
7
8
+* uses:
9
+ * React (create-react-app)
10
+ * Redux
11
+ * Redux Saga
12
13
+## Installation
14
15
+* `git clone [email protected]:rwieruch/react-redux-hackernews.git`
16
+* `cd react-redux-hackernews`
17
* `npm install`
18
* `npm start`
19
* visit http://localhost:3000/
0 commit comments