ngovanhuong94 / Twit

Twitter clone by MERN

Home Page:https://twitter-clone-huong.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • node
  • npm
  • mongodb
  1. Clone this repository

  2. Install server dependencies

    $ cd server
    $ npm install
  3. Install client dependencies

    $ cd client
    $ npm install

Run the app

  1. Start mongodb locally
    $ mongod
  2. Start the server
    $ cd server
    $ npm start
  3. Start the client
    $ cd client
    $ yarn start
  4. Browse to http://localhost:3000/

Front End

Back End

License

This project is made available under the MIT License.

About

Twitter clone by MERN

https://twitter-clone-huong.herokuapp.com


Languages

Language:JavaScript 95.0%Language:HTML 4.0%Language:CSS 1.1%