Skip to content

Commit ccb2049

Browse files
committed
Improve readme file
1 parent a271ba3 commit ccb2049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ For creating React app we have used [crate-react-app](https://github.com/faceboo
1717
# How To Start Application?
1818

1919
* 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
2021
* Go to [frontend](https://github.com/GenFirst/react-node-twitter-login/tree/master/frontend) folder
2122
* `npm install`
22-
* `ng serve`
23+
* `npm start`
2324
* Go to [backend](https://github.com/GenFirst/react-node-twitter-login/tree/master/backend) folder
2425
* `npm install`
2526
* `gulp develop`

0 commit comments

Comments
 (0)