Bouncer Docs
Bouncer Home
Search…
Bouncer
Bouncer Scan
Credit Card OCR
iOS integration guide
Android integration guide
Web integration guide
Development guide
React-native integration guide
Verifying High Risk Cards
Bouncer Insight
Get started
Integration overview
iOS integration guide
Android integration guide
Server integration guide
JavaScript Beacon
Bouncer labs
Secure Counting
Powered By
GitBook
Development guide
Developing the cardscan-web library.
Clone the repo and set up the demo
The
cardscan repository
contains a demonstration app for the CardScan product. To build and install this library follow the following steps:
1.
Clone the repository from github
1
git
clone https://github.com/getbouncer/cardscan-web
&&
cd
cardscan-web
Copied!
2.
Install dependencies using NPM
1
npm
install
Copied!
3.
Build the library using NPM and webpack
1
npm
run build
Copied!
This will create a
dist
directory with the compiled javascript.
4.
Start a local server to host the scanner and demo app
1
python -m SimpleHTTPServer
8000
Copied!
5.
Navigate to
http://localhost:8000
to view a sample app.
Previous
Web integration guide
Next
React-native integration guide
Last modified
1yr ago
Copy link