Skip to content

sudipstha08/linkedin-chat-clone

Repository files navigation

LinkedIn Chat Clone using TalkJS

License CircleCI

Commands

commands description
npm start start dev server 🏃
npm run build build app
npm run lint lint app
npm install install dependencies

Basic config for .env file

Env Variables TalkJS a/c
REACT_APP_APP_ID App Id
REACT_APP_SECRET_KEY Secret key

Tech Stacks

techs description
react js library for building UI
talk-js manage messages, conversations and users

How to get started ?

  • Clone the repository.
  • Create your TalkJS account form here
  • Copy your App Id and Secret key.
  • Create .env file in your project root directory and put your App id and Secret key as shown below. REACT_APP_APP_ID=your_app_id
  • Start your project.

REFERENCES

1. https://talkjs.com/docs/Getting_Started/Frameworks/React.html
2. https://www.npmjs.com/package/talkjs