This Firefox/Chrome extension allows users to compare prices of items on web shop https://www.mimovrste.com
This extension is written with help of React and is build with npm.
To build and run the extension run the following commands in the terminal:
npm install -g web-extinstalls web-ext (CLI tool for extension development)npm installdownloads all the projects dependenciesnpm run build-chromeORnpm run build-friefoxcompiles React source to plain HTML, CSS and JS for Chrome or Firefoxnpm run run-firefoxruns the extension in dev version of Firefox (For Chrome manually add it tochrome://extensions/)