Skip to content

bicomsystems/bicom-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bicom SDK

Overview

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.

Documentation

Full API reference: Coming soon.

Project Structure

/
├── demo-vue/    # Vue.js demo application
└── demo-react/  # React demo application

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (LTS version recommended)
  • npm (comes bundled with Node.js)

How to Run the Demo Applications

1. Clone the Repository

git clone git@github.com:bicomsystems/bicom-sdk.git
cd bicom-sdk

2. Navigate to the Desired Demo

You can choose either demo-vue or demo-react.

cd demo-vue
# or
cd demo-react

3. Install Dependencies

Run the following command to install the dependencies:

npm install

4. Start the Development Server

To start the Vite development server, run:

npm run dev

This 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages