Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 469 Bytes

File metadata and controls

15 lines (10 loc) · 469 Bytes

WORKSHOP OBJECTIVES:

  • Pass “score” as a prop to the reddit listing component.
  • Create a header component that updates its title based on the current selected subreddit.
  • Fix the subreddit selection so that only the selected subreddit is highlighted.

##SETUP:

Node 4.2.6 or higher is required

  1. Run npm install to install the dependencies.
  2. Run npm start to start the server.
  3. Navigate to http://localhost:8005.

Run npm test to run the tests