Skip to content

A web application to monitor ECG and movement activities via Bluetooth Low Energy.

License

Notifications You must be signed in to change notification settings

JonasPrimbs/web-ble-activity-monitor

Repository files navigation

Web BLE Activity Monitor

A web application to monitor ECG and movement activities via Bluetooth Low Energy.

Get Started

This project was generated with Angular CLI version 14.2.6.

Setup Dev Environment

Run the following command do clone the repository:

git clone https://github.com/JonasPrimbs/web-ble-activity-monitor

Move into the cloned repository with the following command:

cd web-ble-activity-monitor

Run the following command to install all dependencies:

npm install

(Optional): Install Angular CLI:

npm install -g @angular/cli

Build the App

Run the following command to build the app to /dist/web-ble-activity-monitor:

ng build

Run the App (Dev Mode)

WARNING: This is for development purposes only! DO NOT USE THIS FOR PRODUCTION!!!

Run the following command to run the app on your device:

ng serve

Then navigate to http://localhost:4200/.