A Client app for WebSocket-based DIY ECG devices.
Clone the repo
git clone git@github.com:dejavu1987/ecg-client.git
Install dependencies
cd ecg-client
yarn install
yarn start
yarn build
The build command will create a production build in ./dist
directory. You can host it on whatever platform you choose. Eg, Netlify, Github pages, Vercel.