breathe app helps you control your feels by breathing
designed by Vitali Stepanov ( Breathe widget for the Relax App )
After cloning the repository, you should install packages.
$ npm install
And then for starting bundle process
$ npm start
App will be avaiable in localhost:4200
For bundling the app without running webpack-dev-server
you could use these scripts
# developmnet bundle
$ npm run build:dev
# production bundle
npm run build:local
Note: You Shouldn't use npm run build:prod
for local bundling, because it's only used in github actions and will not work correctly in local.
For running a bundle in local, you shuold use
$ npm run server
You can see the app in localhost:5320
and also you can use this methode for remote debugging.