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
- Host: GitHub
- URL: https://github.com/mustofa-id/react-chat-app
- Owner: mustofa-id
- Created: 2018-10-29T14:32:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T14:44:56.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T02:33:06.021Z (8 months ago)
- Language: JavaScript
- Size: 303 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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`