Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richie765/ionic-starter-meteor

Ionic 2 Starter App with Meteor Backend
https://github.com/richie765/ionic-starter-meteor

backend ionic-framework ionic2 meteor meteorjs

Last synced: 6 days ago
JSON representation

Ionic 2 Starter App with Meteor Backend

Awesome Lists containing this project

README

        

# ionic-starter-meteor

Ionic starter application which connects to a Meteor Backend reactively.

## Run demo

```bash
# Fire up Meteor backend

git clone https://github.com/meteor/simple-todos
cd simple-todos
npm install
meteor

# Fire up Ionic Starter Meteor

git clone https://github.com/Richie765/ionic-starter-meteor
cd ionic-starter-meteor
npm install
ionic serve
```

Browse to http://localhost:3000 and http://localhost:8100

Enjoy!