Home

Awesome

Mice

An example application using SwarmDB as a data-sync layer

Run locally

Setup the project.

$ git clone git@github.com:olebedev/todo.git
$ cd ./todo
$ yarn
$ docker run -d --name swarmdb -p 31415:31415 -v `pwd`:/var/lib/swarm olebedev/swarmdb

Start the application by hitting yarn start.