Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`