Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dielduarte/socket-chat-example

a simple example using socket.io, react, redux and redux ducks
https://github.com/dielduarte/socket-chat-example

ducks-pattern react redux socket-io

Last synced: 9 days ago
JSON representation

a simple example using socket.io, react, redux and redux ducks

Awesome Lists containing this project

README

        

# Socket.io + react + redux example

A simple example using socket.io, react and redux

## Installation

Install dependencies

```
[sudo] yarn install
```

## Usage
For start the client run

```
yarn start
```

and server run

```
yarn start-server
```