https://github.com/jgontrum/angular-meteor-ionic-demo
Very basic Ionic app that displays a content in a tab-view or a sidemenu (see branch).
https://github.com/jgontrum/angular-meteor-ionic-demo
Last synced: about 1 month ago
JSON representation
Very basic Ionic app that displays a content in a tab-view or a sidemenu (see branch).
- Host: GitHub
- URL: https://github.com/jgontrum/angular-meteor-ionic-demo
- Owner: jgontrum
- Created: 2016-05-17T19:20:23.000Z (almost 9 years ago)
- Default Branch: tabs
- Last Pushed: 2016-06-07T21:45:17.000Z (almost 9 years ago)
- Last Synced: 2025-01-27T08:27:35.694Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic App (Tabs)
This repository contains the required code to run a very basic mobile web app with Meteor, Angular and Ionic.
In the last few month, there have been a few breaking changes in these frameworks (Meteor 1.3 and Angular 1.5, I'm looking at you). But last thing you want to deal with, when you try to prototype an idea for an app, is to spend three days figuring out the latest changes in the current versions of your frameworks, so here is your starting point!
## Latest Versions
Meteor: 1.3.2.4Angular: 1.5.3
Ionic: 1.3.1
## Acknowledgment
The ['WhatsApp' clone by Eytan Manor](https://github.com/DAB0mB/angular-meteor-whatsapp) was my starting point for creating this repository.