An open API service indexing awesome lists of open source software.

https://github.com/mustofa-id/react-chat-app

Chat application using React and Chatkit
https://github.com/mustofa-id/react-chat-app

Last synced: 6 months ago
JSON representation

Chat application using React and Chatkit

Awesome Lists containing this project

README

          

# Chat application using React and Chatkit
This is a React app thanks to a course from Scrimba.
[Scrimba - React + Chatkit courses](https://scrimba.com/playlist/pbNpTv)

### Screenshoots
![Image1](https://github.com/habibmustofa/react-chat-app/blob/master/screenshots/Screenshot_20181029_205859.png)

![Iamge2](https://github.com/habibmustofa/react-chat-app/blob/master/screenshots/Screenshot_20181029_205847.png)

### Installation.
`npm install`

### Starts the development server.
`npm start`

### Bundles the app into static files for production.
`npm run build`

### Starts the test runner.
`npm test`