A small website to browse images posted on any subreddit.
- Clone this repository:
git clone .. cdinto the cloned folder and runnpm install.- Finally, run
npm run localand accesslocalhost:3000in your favorite browser
- Run
npm run deploy - You may need to change the production URL in
resolveApiUrlinwebpack.config.jsto reflect your heroku app's name.
There are two ways to use this app:
- You can either access
localhost:3000/<a favorite subreddit of your choice>, for example:localhost:3000/desktopswould present the hot images from the subredditwww.reddit.com/r/desktops- Or you can select a subreddit from the list presented in the top right corner.
You are free to contribute and I appreciate it! Just open a PR and I will gladly check it out.