commands | description |
---|---|
npm start |
start dev server 🏃 |
npm run build |
build app |
npm run lint |
lint app |
npm install |
install dependencies |
Env Variables | TalkJS a/c |
---|---|
REACT_APP_APP_ID |
App Id |
REACT_APP_SECRET_KEY |
Secret key |
techs | description |
---|---|
react |
js library for building UI |
talk-js |
manage messages, conversations and users |
- Clone the repository.
- Create your
TalkJS
account form here - Copy your
App Id
andSecret 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.
2. https://www.npmjs.com/package/talkjs