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

https://github.com/temilaj/fitness-planner-ionic


https://github.com/temilaj/fitness-planner-ionic

android-application angular2 ionic-framework ionic2 ios-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Fitness Planner
Simple fitness planning directory application using angular2 and the ionic framework

## Setting up
To run Ionic 2 projects, you’ll need to install the latest version of ionic CLI and Cordova. Before you do that, you’ll need a recent version of Node.js and run.
`npm install -g ionic cordova`

## Development server
Run `ionic serve` for a dev server. Navigate to `http://localhost:8100/`. The app will automatically reload if you change any of the source files.

## Running the app on ios

Run `ionic run ios` to deploy the application to an ios simulator or device

## Running the app on android

Run `ionic run android` to deploy the application to an android emulator or device