Skip to content

fiicode/barcode-to-pc-server

 
 

Repository files navigation

Barcode to PC server

Download

https://barcodetopc.com/

Setup

Install the required dependencies:

git clone https://github.com/fttx/barcode-to-pc-server/
cd barcode-to-pc-server
npm install

If you get errors related to cairo.h: https://github.com/SuperiorJT/angular2-qrcode#woah-whats-this-npm-error

Release

# build the angular project in prod mode and generate the app install files
npm run dist # macOS/linux
npm run win-dist # Windows x64
npm run win32-dist # Windows x32

The installer will be put in the electron/dist folder

Run

# run webpack dev server
npm run browser
# build only the angular project
npm run build
# run the project without generating the executable
npm run electron

About

Barcode to PC server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 50.2%
  • HTML 21.4%
  • JavaScript 14.0%
  • CSS 13.8%
  • Other 0.6%