Twitter Clone web app build with React(15.x), React Router 4, Webpack(2.x), Node.js, Express.js, Passport.js, MongoDB
cd client- go to client foldernpm install- install dependenciesnpm run build- build app
sudo mongod- start MongoDB
npm install- install dependenciesnpm run start- start app
App is running on http://localhost:3000