Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewlaskey/hiit-workout-app
Web app for easily generating HIIT workouts
https://github.com/andrewlaskey/hiit-workout-app
datocms hiit-workout nuxtjs pwa vue
Last synced: about 2 months ago
JSON representation
Web app for easily generating HIIT workouts
- Host: GitHub
- URL: https://github.com/andrewlaskey/hiit-workout-app
- Owner: andrewlaskey
- Created: 2020-01-27T06:50:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:50:24.000Z (about 2 years ago)
- Last Synced: 2024-10-18T21:31:27.641Z (3 months ago)
- Topics: datocms, hiit-workout, nuxtjs, pwa, vue
- Language: Vue
- Homepage: https://hiitgenerator.app
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hiit-workout-app
> HIIT Workout Generator
## Build Setup
``` bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).