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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,10 @@ For creating React app we have used [crate-react-app](https://github.com/faceboo
17
17
# How To Start Application?
18
18
19
19
* 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
21
* Go to [frontend](https://github.com/GenFirst/react-node-twitter-login/tree/master/frontend) folder
21
22
*`npm install`
22
-
*`ng serve`
23
+
*`npm start`
23
24
* Go to [backend](https://github.com/GenFirst/react-node-twitter-login/tree/master/backend) folder
0 commit comments