Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 539 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 539 Bytes

Chat Platform React

preview

Installation

  • Node v20
  • yarn
  1. Install all dependencies.
$ yarn
  1. Go to Chat Platform Server repository and follow all the instructions on setting up the backend.
  2. Run both projects using:
$ yarn dev
  1. There is no landing page, the main routes are:
    • /register route to create an account
    • /login to login to the app
    • /conversations is where all the magic happens