Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ntrp/meteor-ionic-angular2-starter

Simplest example of a meteor + angular2 app
https://github.com/ntrp/meteor-ionic-angular2-starter

Last synced: 28 days ago
JSON representation

Simplest example of a meteor + angular2 app

Awesome Lists containing this project

README

        

# Simple Meteor and Ionic application based on Angular 2

Frameworks used:

- Meteor 1.3.2.4
- Ionic 2.0.0-beta.2
- Angular 2.0.0-beta.15

Install dependecies:
```
npm install
```
Run on web browser:
```
npm start
```
Run on browser and android device
```
npm run android-device
```