Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 471 Bytes

File metadata and controls

19 lines (15 loc) · 471 Bytes

Codeship Status for fransguelinckx/gameoflife

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