Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/chat
React-Redux chat is a chat application that uses React for the front end. Backend is built with Rails RESTful API
https://github.com/suzukiryuichiro/chat
Last synced: 1 day ago
JSON representation
React-Redux chat is a chat application that uses React for the front end. Backend is built with Rails RESTful API
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/chat
- Owner: SuzukiRyuichiro
- Created: 2021-03-30T09:56:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T03:27:53.000Z (over 3 years ago)
- Last Synced: 2024-11-09T09:39:50.597Z (about 2 months ago)
- Language: SCSS
- Homepage:
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Redux Chat
This is a open to everyone chat application## Screenshot
![screenshot](./screenshots/chat1.jpg)## How to use
Go to [this page](https://suzukiryuichiro.github.io/chat/) and start chatting!## How this works
This application utilizes [Message API](https://github.com/SuzukiRyuichiro/message_api).## How to run locally
clone the repo,
```yarn install``` then ```yarn deploy```,
then listen to `localhost:8080`