This repository contains the code for the web application for part 2 of Amazing Adventures.
First, make a .env
file in the root of this repo with the following contents:
REACT_APP_HOST=<host>
REACT_APP_PORT=<port>
where <host>
and <port>
correspond to the location that the Java
web server is running.
Then, run yarn install
.
Finally, run yarn start
to start the development server.