Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Installable web application that guides you through the 4-7-8 breathing technique

License

Notifications You must be signed in to change notification settings

jurijtokarski/breathing-app

Repository files navigation

Breathing App

The simplest web application that does just one basic thing — helps using the 4:7:8 breathing technique. Once you have installed it, start the session, adapt your breathing to the rhythm, and relax.

References

Run locally

Just clone the repo, install dependencies and run npm run dev or yarn dev.

Project bootstrapped with Preact CLI, so you can use all the features of CLI.

CLI Commands

  • yarn or npm install: Installs dependencies

  • dev: Run a development, HMR server

  • serve: Run a production-like server

  • build: Production-ready build

  • lint: Pass TypeScript files using TSLint

  • test: Run Jest and Enzyme with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.