Skip to content

sushilparajuli/myWorkouts

Repository files navigation

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 6 LTS and NPM3+ are installed.

Then, you'll need the Ionic CLI with support for v2 apps:

$ npm install -g ionic@latest

Then run:

$ npm install
$ ionic serve

If you wanna run in Andriod and IOS sdk

$ ionic cordova build [platform]

More info on this can be found on the Ionic Ionic Build page also please read the full ionic docs