Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelverse-llc/strich-sveltekit-sample
STRICH SDK SvelteKit sample code
https://github.com/pixelverse-llc/strich-sveltekit-sample
barcode-scanning strich-sdk svelte sveltekit
Last synced: 20 days ago
JSON representation
STRICH SDK SvelteKit sample code
- Host: GitHub
- URL: https://github.com/pixelverse-llc/strich-sveltekit-sample
- Owner: pixelverse-llc
- License: cc0-1.0
- Created: 2024-03-07T14:59:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:12:12.000Z (4 months ago)
- Last Synced: 2024-08-26T15:30:51.511Z (4 months ago)
- Topics: barcode-scanning, strich-sdk, svelte, sveltekit
- Language: Svelte
- Homepage: https://docs.strich.io/sample-code.html
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STRICH SDK SvelteKit sample code
This repository shows to integrate STRICH SDK into a SvelteKit 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.The project was created using the following commands/selections:
```shell
% npm create svelte@latest strich-sveltekit-samplecreate-svelte version 6.0.9
┌ Welcome to SvelteKit!
│
◇ Which Svelte app template?
│ Skeleton project
│
◇ Add type checking with TypeScript?
│ Yes, using TypeScript syntax
│
◇ Select additional options (use arrow keys/space bar)
│ none
│
└ Your project is ready!```