Skip to content

CharlieSEE/healse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healse

Healse is a web app that lets you track your training progress.

Features

With Healse you can easly track your:

  • Weight
  • BMI
  • Muscle and other body metrics
  • Body fat

Building app

Clone the project:

git clone https://github.com/CharlieSEE/health-app
cd ./health-app

Install npm packages and build the app:

npm install
npm run build

Static Server

Install serve and run the build:

npm install -g serve
serve -s build

Your static site will be served on the port 3000. You can adjust the port by using the -l or --listen flags:

serve -s build -l 4000

Releases

No releases published

Packages

No packages published