Single-page weight lifting app providing the ability to track progress, plan a routine, and get insight into workout patterns and metrics
Run nodemon on port 3001
npm run watch
Build server with tsc to ./dist
tsc
./dist
npm run build