This project is capable to pair a Texas Instruments CC2541 (EOL) using BLE and the Web Bluetooth API. Development Resources for the CC2541:
- Clone the project locally using
git clone [email protected]:classycodeoss/web-ble-api.git
- Install dependencies using
npm install
(orpnpm install
oryarn
) - Run the project using
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.