A small website to browse images posted on any subreddit.
- Clone this repository:
git clone ..
cd
into the cloned folder and runnpm install
.- Finally, run
npm run local
and accesslocalhost:3000
in your favorite browser
- Run
npm run deploy
- You may need to change the production URL in
resolveApiUrl
inwebpack.config.js
to 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/desktops
would 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.