- Copy the sample.env file (
cp sample.env .env
) and insert your API key - Run
npm install
- Run
npm run start
in your terminal. This will start the server and the UI. - Navigate to localhost:3000 in your browser to view the app
/src
contains all the React code and /server
contains the API code