Catberry • TodoMVC
Catberry is a framework with Flux architecture, isomorphic web-components and progressive rendering
Let us know if you discover anything worth sharing.
To run in release
mode:
make run.local.release
To start in debug
mode without script minification and with watching for changes:
make run.local.dev
Also, you can build a Docker image:
make docker
And run it as a container:
docker run -it -p 3000:3000 catberry/catberry-todomvc
There are a lot of ways to contribute:
- Give it a star
- Join the Gitter room and leave a feedback or help with answering users' questions
- Submit a bug or a feature request
- Submit a PR