Skip to content

SatyamDev123/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone web app build with React(15.x), React Router 4, Webpack(2.x), Node.js, Express.js, Passport.js, MongoDB

Demo

Twitter Clone Demo Video

Install && Build Frontend dependencies

NPM Scripts

  • cd client - go to client folder
  • npm install - install dependencies
  • npm run build - build app

Install && Build Server dependencies

Start MongoDB

  • sudo mongod - start MongoDB

NPM Scripts

  • npm install - install dependencies
  • npm run start - start app

App is running on http://localhost:3000

Releases

No releases published

Packages

No packages published