Follow the tutorial Bootiful Development with Spring Boot and React.
Need to install the node in advance. (For future simplicity, recommond to use nvm)
To start the backend, under server
folder, run
./mvnw spring-boot:run
To start the frontend, under client
folder, run
npm start