To be able to show the list of applications, you will need to run the application-system-api
. Additionally, you can run the application-system-form
to open the applications to their respective form.
To do so, first run the api
yarn start application-system-api
and then, run the form
yarn start application-system-form
you will then be able to access it under localhost:4242
.