classycodeoss / mobile-scanning-demo

Sample code for blog post, app is hosted https://ean-crab-scanner.web.app/

Home Page:https://blog.classycode.com/scanning-barcodes-in-progressive-web-apps-using-angular-5d5a9d50bd8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Scanning Demo

This project demonstrates 1D barcode scanning in mobile web apps.

To build and run the app yourself, run the following commands, and point your browser at https://localhost:4200.

npm install -g @angular/cli
npm install
ng serve --ssl=true --host=0.0.0.0

If you don't want to run it yourself, you can check it out here: https://ean-crab-scanner.web.app/

About

Sample code for blog post, app is hosted https://ean-crab-scanner.web.app/

https://blog.classycode.com/scanning-barcodes-in-progressive-web-apps-using-angular-5d5a9d50bd8


Languages

Language:TypeScript 75.2%Language:HTML 10.3%Language:JavaScript 7.6%Language:SCSS 7.0%