Oops, we cannot find the JCMA front end :(

You have some options:

  1. Start the Webpack dev server for the front end (yarn start), and then open http://localhost:3000/jira
  2. Rebuild the back end in "production mode" to include the built front end (mvn package -DskipTests -Pproduction)