Testatoo Todolist Sample
$ git clone https://github.com/Testatoo/testatoo-todolist $ cd testatoo-todolist
The web application is build with Aurelia Framework To build the application you need a nodejs ecosystem with npm.
$ cd webapp $ npm install aurelia-cli -g $ npm install // or yarn $ au run --watch
Navigate to http://localhost:9000