- Clone this repo
- Start docker-compose
$ docker-compose up -d- Create the
todotable in hasura console
| Column name | type | default |
|---|---|---|
| id | from frequently used columns | |
| created_at | from frequently used columns | |
| title | text | |
| is_completed | boolean | false |
- Start frontend
$ cd frontend
$ yarn run startTo start codegen into watch mond:
$ yarn run generate --watchHead to http://localhost:8080/console to open the Hasura console.