JaredMabus / workout-app

1 stars 0 forks source link

Workout App

License: MIT

Table of Contents

Description

Single-page weight lifting app providing the ability to track progress, plan a routine, and get insight into workout patterns and metrics

Tech Stack

Usage

Run nodemon on port 3001

npm run watch

Build server with tsc to ./dist

npm run build