An open API service indexing awesome lists of open source software.

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

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