Important note: This example doesn't run with the latest version of Clio.
This is a fullstack client + server todo example written in Clio.
To run this example, follow these steps:
- Run
rethinkdb
in root of this project (or anywhere else, doesn't matter, as long as you're running it on port 28015) - Open http://localhost:8080 in your browser, make a database named todo, and a table named todo in that database
- cd to
todo-server
and runclio run
command - cd to
todo-client
and runclio run
command - Visit http://localhost:1234 in your browser to check the app