Display your top ten subreddits, with their top ten posts and their top ten comments
Reddit login credentials
In the terminal:
- in the root directory, run
npm install
to install dependencies npm run start
starts the server with nodemon- (in a separate terminal window)
npm run build
starts webpack, building the bundle and watching for changes - a node server will be running on port 1337, serving the static page, go to
localhost:1337
-Styling and animations are unfinished -Unit testing with Jest and Enzyme planned
From within the root directory:
npm install
GET: /top10Subs --> Retrieves top 10 subs by subscriber count. GET: /top10Post --> Retrieves top 10 posts from top 10 subs by upvote score GET: /top10Comments --> Retrieves top 10 comments from top 10 posts from top 10 subs by upvote score