Clone this repo to your desktop Run the following commands to install the app:
git clone https://github.com/kapillamba4/react-test-1.git
cd react-test-1
yarn install
Setup a basic Node server on glitch with server.js file and appropriate environment variables (INSTANCE LOCATOR and KEY)
Change INSTANCE_LOCATOR, BASE_SERVER_URL and TOKEN_PROVIDER_URL in src/Constants/index.js
Run the following commands to run the app in development with hot reloading:
yarn start
View the app running in development at http://localhost:3000
Run the following command to build the app in production:
yarn build
https://react-pusher-chat-app.netlify.com
You can check out the full license here
This project is licensed under the terms of the MIT license.