Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 595 Bytes

Getting Started with Chat Room

  • Make sure your node.js version >= LTS
  • yarn install would install all the dependencies

Preconditions

  1. Setup APP ID, Channel and token in your account
  2. You can use them in .env/.env.development files. Or input them while running the development server.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.