Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 511 Bytes

Adventure UI

Demo

Demo

What is this?

This repository contains the code for the web application for part 2 of Amazing Adventures.

How do I run this application?

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.