Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntrp/meteor-ionic-angular2-starter
- Owner: ntrp
- Created: 2016-04-23T12:18:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:16:31.000Z (11 months ago)
- Last Synced: 2024-04-13T04:50:44.588Z (7 months ago)
- Language: CSS
- Size: 70.3 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.15Install dependecies:
```
npm install
```
Run on web browser:
```
npm start
```
Run on browser and android device
```
npm run android-device
```