Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/crdt-react-redux


https://github.com/lukasjhan/crdt-react-redux

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Simple react-redux crdt todolist

This is a simple todolist app that uses react-redux and crdt to sync the state between multiple clients.
Websocket is used to sync the state between clients.

## How to run

1. Start server

```
yarn start-server
```

2. Start client
```
yarn start
```