This repository contains two demo applications, demo-vue and demo-react, which demonstrate the use of the SDK provided in github npm package registry. Both applications are Vite-based, providing a fast and modern development experience.
Full API reference: Coming soon.
/
├── demo-vue/ # Vue.js demo application
└── demo-react/ # React demo application
Ensure you have the following installed on your system:
- Node.js (LTS version recommended)
- npm (comes bundled with Node.js)
git clone git@github.com:bicomsystems/bicom-sdk.git
cd bicom-sdkYou can choose either demo-vue or demo-react.
cd demo-vue
# or
cd demo-reactRun the following command to install the dependencies:
npm installTo start the Vite development server, run:
npm run devThis will start the application and provide a local development URL (e.g., http://localhost:5173/).
If you encounter any problems or have questions, please open an issue or reach out to the maintainers.