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

Latest commit

 

History

History
34 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.3 KB

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.