https://github.com/mblode/workout
https://github.com/mblode/workout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/workout
- Owner: mblode
- Created: 2020-05-19T10:03:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T23:49:48.000Z (over 5 years ago)
- Last Synced: 2025-02-07T20:28:39.406Z (over 1 year ago)
- Language: JavaScript
- Size: 4.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workout App
## Back-end Install
```bash
> cd server
> make
```
## Front-end Install
```bash
> cd client
> npm install
> npm run start
> npm run build
```