You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ Demo application that shows how implement Twitter login with React on frontend a
5
5
# About
6
6
7
7
This application was created as material that is described in the [blog post](https://medium.com/@robince885/how-to-do-twitter-authentication-with-react-and-restful-api-e525f30c62bb).
8
-
For creating React app we have used [crate-react-app](https://github.com/facebookincubator/create-react-app).
8
+
For creating React app we have used [create-react-app](https://github.com/facebookincubator/create-react-app).
* Start MongoDB - our application expects that there is `twitter-demo` database in MongoDB
20
-
* Put Twitter secret and key in [passport.js](https://github.com/GenFirst/react-node-twitter-login/blob/master/backend/passport.js) and [server.js](https://github.com/GenFirst/react-node-twitter-login/blob/master/backend/server.js)files
20
+
* Put Twitter secret and key in [twitter.config.js](https://github.com/GenFirst/react-node-twitter-login/blob/master/backend/twitter.config.js)and
21
21
* Go to [frontend](https://github.com/GenFirst/react-node-twitter-login/tree/master/frontend) folder
0 commit comments