- Install and configure Git
- Install Java 8 (or superior) and config JAVA_HOME environment variable
- node.js version 16 and npm version 8
cd sevuelo-backend
./mvnw spring-boot:run
cd sevuelo-frontend-angular
Install dependencies
ng serve --open
cd sevuelo-frontend-react
Install dependencies
npm start