Skip to content
This repository was archived by the owner on Aug 1, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 382 Bytes

ESE exercise app

This is just an exercise project

Compiling and running

To run just invoke play in the directory frontend

cd frontend
play

The backend is contained as a compiled jar in frontend/lib, so unless youmodified the code there's no need to compile it. To compile it run mvn clean installin the backend directory

cd backend
mvn clean install