Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 950 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 950 Bytes

Reddit Image Loader

Reddit Image Loader is an application that allows you to view images from any subreddit you provide. All you need is type the name of a subreddit, hit enter and here you go - enjoy your images! You can also choose the ready to use cheatsheet widget or the more complex cheatsheet subpage. The application has partly .gif support.

Live demo

Live demo is available here!

Installation and usage

  1. Download or clone this repository:

    git clone https://github.com/elszczepano/Reddit-Image-Loader.git
    cd Reddit-Image-Loader
    
  2. Install dependencies using npm install.

  3. Serve with hot reload at localhost:8080 via npm run dev

  4. Build for production with minification using npm run build

  5. Build for production and view the bundle analyzer report via npm run build --report

Created by Dominik Szczepaniak