Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 299 Bytes

File metadata and controls

17 lines (12 loc) · 299 Bytes

Playground task application

Run task provider (backend + frontend)

docker compose up -d
mvn -f task-provider clean spring-boot:run -Dspring-boot.run.profiles=dev

Run frontend in development mode

Backend app must run as described above

cd task-app
npm run dev