an example application using SwarmDB as a data-sync layer and TodoMVC project as a sample.
Setup the project.
$ git clone [email protected]: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
.