Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 304 Bytes

Image-Compressor

Image & PDF Compressor using Node.js only

# install dependencies
$ npm install

# serve using node
$ npm start

# serve using nodemon
$ npm run start:dev

# serve using docker
$ docker-compose build
$ docker-compose up

# offline your docker serve
$ docker-compose down