To build the project run : npm run build To start the application :npm run start input Url :http://localhost:3000/api/imageProcessing?img=fjord.jpg&height=200&width=110 Where, port: 3000 img=Image Name height: Image Height width : Image Width
If Image is not present then it will show message as Image not found.
To test:npm run jasmine , npm test To run Lint: npm run lint
To run prettier: npm run prettier