A simple starter crud template for deploying a Spring Boot app with ReactJS frontend on Azure App Service and Storage Static website.
In progress...
To start the application locally, run make start
in your terminal. This will run both the backend and the frontend applications.
To run the frontend individually run make ui-start
and for the backend run make backend-start