https://github.com/olebedev/todo
SwarmDB Example TodoMVC Application. Demo 👉
https://github.com/olebedev/todo
Last synced: over 1 year ago
JSON representation
SwarmDB Example TodoMVC Application. Demo 👉
- Host: GitHub
- URL: https://github.com/olebedev/todo
- Owner: olebedev
- Created: 2018-05-12T12:25:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T01:41:41.000Z (about 7 years ago)
- Last Synced: 2025-02-08T07:11:37.758Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://olebedev.github.io/todo/
- Size: 2.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo
> an example application using [SwarmDB](https://github.com/gritzko/swarm) as a data-sync layer and [TodoMVC](http://todomvc.com/) project as a sample.
### Run locally
Setup the project.
```bash
$ 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`.