Skip to content

dragancajic/img-process-server

Repository files navigation

Build an Image Processing Server

I n s t r u c t i o n s


To run the project you must first install graphicsmagick. On Mac use the homebrew package manager.

brew install graphicsmagick

On Linux type this command:

npm install graphicsmagick

On Windows use the choclatey package manager.

choco install graphicsmagick

Install the dependencies

npm install

Run the unit tests

npm run test

Run an individual test

npm run test:module-3

2023 @ Pluralsight

Releases

No releases published

Packages

No packages published