Development guide
Developing the cardscan-web library.
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 githubgit clone https://github.com/getbouncer/cardscan-web && cd cardscan-web
- 2.Install dependencies using NPMnpm install
- 3.Build the library using NPM and webpacknpm run buildThis will create a
dist
directory with the compiled javascript. - 4.Start a local server to host the scanner and demo apppython -m SimpleHTTPServer 8000
- 5.
Last modified 1yr ago