Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.39 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.39 KB

Spring Boot & ReactJS Template

Terraform UI Backend

Deploy

A simple starter crud template for deploying a Spring Boot app with ReactJS frontend on Azure App Service and Storage Static website.

In progress...

Getting started

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