To use this app, you should have Grails, Node, NPM, and the Angular CLI installed.
To execute the server side application only, you can execute the bootRun task in the server project:
./gradlew server:bootRun
The same can be done for the client application:
./gradlew client:bootRun
To execute both, you must do so in parallel:
./gradlew bootRun --parallel