Example Todo Application Built with Boden
Read the full Boden TodoMVC tutorial on Medium.
First, make sure that the required dependencies and tools are installed by following our Quick Start Guide.
Clone and open the project in Xcode or Android Studio using a terminal or command prompt:
git clone --recursive [email protected]:AshampooSystems/boden-todomvc.git
cd boden-todomvc
python ./boden/boden.py open
Finally, run the application using your IDE.