https://github.com/sushilparajuli/myworkouts
Simple Workout app with Ionic3
https://github.com/sushilparajuli/myworkouts
angular2 hybrid-application ionic-cordova ionic2 mlab-data-api workout-apps
Last synced: about 1 month ago
JSON representation
Simple Workout app with Ionic3
- Host: GitHub
- URL: https://github.com/sushilparajuli/myworkouts
- Owner: sushilparajuli
- Created: 2017-06-25T18:49:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T08:00:37.000Z (over 8 years ago)
- Last Synced: 2025-06-19T15:48:48.170Z (12 months ago)
- Topics: angular2, hybrid-application, ionic-cordova, ionic2, mlab-data-api, workout-apps
- Language: TypeScript
- Homepage:
- Size: 4.28 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic 3 Workout App
Simple workout tracking app based on Ionic2 powered by mLab \(cloud database service featuring automated provisioning and scaling of MongoDB databases\). Additional features will be added soon.
## Live Demo
Link : http://workoutappv1.s3-website-us-west-2.amazonaws.com/
## Using this project
First, Please make sure latest [Node](https://ionicframework.com/docs/resources/what-is/#node) 6 LTS and [NPM](https://ionicframework.com/docs/resources/what-is/#npm)3+ are installed.
Then, you'll need the Ionic CLI with support for v2 apps:
```bash
$ npm install -g ionic@latest
```
Then run:
```bash
$ npm install
$ ionic serve
```
If you wanna run in Andriod and IOS sdk
```bash
$ ionic cordova build [platform]
```
More info on this can be found on the Ionic [Ionic Build](https://ionicframework.com/docs/cli/cordova/build/) page also please read the full ionic docs