Skip to content

capawesome-team/capacitor-heart-rate-monitor-app

Repository files navigation

capacitor-heart-rate-monitor-app

⚡️ A heart rate monitor app built with Capacitor.

Demo

Android iOS

Plugins

The following plugins are used in this project:

Development

Prerequisites

Getting Started

# Clone this repository
$ git clone https://github.com/pkglab/capacitor-heart-rate-monitor-app.git

# Change to the root directory of the project
$ cd capacitor-heart-rate-monitor-app

# Install all dependencies
$ npm i

# Run the Android app
$ npx ionic cap sync android
$ npx ionic cap run android

# Run the iOS app
$ npx ionic cap sync ios
$ npx ionic cap run ios

This project uses Ionic as app development platform and the Ionic CLI.