Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 677 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 677 Bytes

Example Todo Application Built with Boden

Read the full Boden TodoMVC tutorial on Medium.

Getting Started

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.