See also: instructions.pdf
Run npm start
for a dev server. Navigate to http://localhost:1234
. The app will automatically reload if you change any of the source files.
Run npm test
to execute the unit tests via Jest and Enzyme.
We've packaged a very simple backend for you in docker to serve up the API for your development. You can find it in backend-server.
Requires: Java 11
./gradlew clean bootRun
- Install docker
./boot
Checkout instructions.pdf