After starting the server in dev mode, have a look at http://localhost:8080/. You should now see the frontend with the sample data.
Playing around with this frontend quickly reveals that we are still lacking the API backend operations needed to create, update, and delete keyword entries. Let's fix that.