an simple imgur album downloader using react, redux and electron.
Imgur Download, by words, is a simple image downloader for imgur.com.
It’s not completed yet, but workable now. You can use it to batch download the whole album.
Special thanks to electron-react-boilerplate a great boostrap boilerplate.
enter
, and it show the preview.Install dependencies.
npm install
Run this two commands simultaneously in different console tabs.
npm run hot-server
npm run start-hot
Note: requires a node version >= 4 and an npm version >= 2.
npm run package
To package apps for all platforms:
npm run package-all
The rest of the development environment setup can be looked up from electron-react-boilerplate. I just change a bit of codes.