Healse is a web app that lets you track your training progress.
With Healse you can easly track your:
- Weight
- BMI
- Muscle and other body metrics
- Body fat
Clone the project:
git clone https://github.com/CharlieSEE/health-app
cd ./health-appInstall npm packages and build the app:
npm install
npm run buildInstall serve and run the build:
npm install -g serve
serve -s buildYour static site will be served on the port 3000. You can adjust the port by using the
-lor--listenflags:serve -s build -l 4000