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.
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.
-
yarn
ornpm 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 withenzyme-adapter-preact-pure
for your tests
For detailed explanation on how things work, checkout the CLI Readme.