Chat App in React.js and Chatkit
A simple ract chat app built by following the Scrimba-Building a chat app with React.js and Chatkit.
I created a react app with create-react-app
and create an account and instances on pusher website
Prerequisites
node installed
$ git clone https://github.com/GiadaSimonetti/chat-app
$ cd chat-app
$ npm install
$ npm start
Your browser should open on localhost:3000, if it doesn’t go directly to localhost:3000.