| 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
TalkJSaccount form here - Copy your
App IdandSecret key. - Create
.envfile 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
