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
- Host: GitHub
- URL: https://github.com/temilaj/fitness-planner-ionic
- Owner: temilaj
- Created: 2017-03-09T19:13:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T14:54:06.000Z (over 9 years ago)
- Last Synced: 2025-03-01T06:25:11.136Z (over 1 year ago)
- Topics: android-application, angular2, ionic-framework, ionic2, ios-app
- Language: TypeScript
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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