Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History

challenge1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Challenge 1

image

Your challenge is to start the frontend so that it's listening on port 8080. Verify the results by pointing your browser to http://localhost:8080. You should see a chart. Simple!

hint the frontend expects an environment variable named PORT

Next Up: Challenge 2