Skip to content

kapillamba4/React-Pusher-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Pusher Chat App

Demo Preview Build Status Live Demo

Setup

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 in development

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

Production Build

Run the following command to build the app in production:

yarn build

Demo

https://react-pusher-chat-app.netlify.com

License

You can check out the full license here

This project is licensed under the terms of the MIT license.