https://github.com/joshaaronlevy/posturemom-app
View demo and info at https://posturemom.com/
https://github.com/joshaaronlevy/posturemom-app
Last synced: 2 months ago
JSON representation
View demo and info at https://posturemom.com/
- Host: GitHub
- URL: https://github.com/joshaaronlevy/posturemom-app
- Owner: JoshAaronLevy
- Created: 2018-09-24T04:04:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T22:34:55.000Z (over 6 years ago)
- Last Synced: 2025-01-19T08:36:23.103Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PostureMom
## Watch Live Demo
[View Presentation](https://www.youtube.com/watch?v=M1_SJuy5KPI)
### install dependencies
`npm install`
### serve with hot reload at localhost:8000
`npm run dev`
### build for production with minification
`npm run build`
### run unit tests
`npm run unit`
### run and watch unit tests
`npm run unit:watch`