Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 835 Bytes

Mono Todo

Java CI

Example todo app featuring http4k backend, React frontend with Overmind state management.

Setup

  • frontend:
    • ./gradlew :todo-frontend:yarn_install

Tests

./gradlew test

  • backend coverage:
    • ./gradlew :todo-backend:clean :todo-backend:test :todo-backend:jacocoTestReport
    • coverage report is in ./todo-backend/build/jacoco
  • frontend coverage:
    • ./gradlew :todo-frontend:test
    • coverage report is in ./todo-frontend/coverage