kapillamba4 / React-Pusher-Chat-App

Complete Many to Many Chat App using ReactJS and Pusher https://react-pusher-chat-app.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Complete Many to Many Chat App using ReactJS and Pusher https://react-pusher-chat-app.netlify.com

License:MIT License


Languages

Language:JavaScript 97.6%Language:HTML 1.6%Language:CSS 0.7%