gameoflife Build backend + run (localhost:8080) # ./mvnw spring-boot:run Build frontend + backend + run (localhost:8080) # ./mvnw spring-boot:run -Pgrunt Build backend + run + watch front-end changes (localhost:3000) # ./mvnw spring-boot:run # grunt