Catberry • TodoMVC
Catberry is a framework with Flux architecture, isomorphic web-components and progressive rendering
Let us know if you discover anything worth sharing.
First of all it is needed to install dependencies:
npm install
Then to start in debug
mode without script minification and with file watching:
npm run debug
To start in release
mode:
npm start
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