项目作者: SatyamDev123

项目描述 :
Twitter Clone web app
高级语言: JavaScript
项目地址: git://github.com/SatyamDev123/twitter-clone.git
创建时间: 2017-07-24T19:36:02Z
项目社区:https://github.com/SatyamDev123/twitter-clone

开源协议:

下载


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