Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 358 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 358 Bytes

React + Spring Todo App in React

👀 View Tagbangers Blog article

Requirements

  • JDK 11
  • Gradle
  • Docker

Develop backend

./gradlew :backend:bootRun

Develop frontend

./gradlew :frontend:run

Build all projects

./gradlew clean build

Run build artifacts in Docker

docker-compose up