An open API service indexing awesome lists of open source software.

https://github.com/pixelverse-llc/strich-angular-sample

STRICH SDK Angular sample code
https://github.com/pixelverse-llc/strich-angular-sample

angular barcode-scanning strich-sdk

Last synced: 2 months ago
JSON representation

STRICH SDK Angular sample code

Awesome Lists containing this project

README

          

# STRICH SDK Angular sample code

This repository shows to integrate STRICH SDK in an Angular project.
You need a valid license key to run this sample. To get started with STRICH SDK, check out to the [Getting Started](https://docs.strich.io/getting-started.html) guide.

More on integrating our SDK into Angular apps can be found in the [Angular Integration Guide](https://docs.strich.io/angular-integration-guide.html).

To run the project, install the dependencies and then run the development server:

```shell
npm install
npm run start
```

The app will be available on http://localhost:4200.
To test with a smartphone, have a look at our [documentation](https://docs.strich.io/getting-started.html#testing-on-a-smartphone) for options.