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-ext
installs web-ext (CLI tool for extension development)npm install
downloads all the projects dependenciesnpm run build-chrome
ORnpm run build-friefox
compiles React source to plain HTML, CSS and JS for Chrome or Firefoxnpm run run-firefox
runs the extension in dev version of Firefox (For Chrome manually add it tochrome://extensions/
)