- Fix the subreddit selection so that only the selected subreddit is highlighted.
- Create a header component that updates its title based on the current selected subreddit.
##SETUP:
Node 4.2.6 is required
- Run
npm install
to install the dependencies. - Run
npm start
to start the server. - Navigate to
http://localhost:8005
.
Run npm test
to run the tests