theLastOrbit / image-minify

[Learning Project] A simple project to minify your images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple project to minify your images

🚀 Quick Start

  1. Install the Gulp CLI

    npm install --global gulp-cli
  2. Install and switch to the correct version of Node using NPM

    npm install
  3. Create a new folder named src inside this project main directory and put your original images in it. Create another folder named dist

  4. Run gulp command to minify the images

    gulp

About

[Learning Project] A simple project to minify your images.


Languages

Language:JavaScript 100.0%