Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richie765/ionic-starter-meteor
- Owner: Richie765
- Created: 2017-02-15T11:31:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T18:43:57.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T00:47:34.297Z (2 months ago)
- Topics: backend, ionic-framework, ionic2, meteor, meteorjs
- Language: TypeScript
- Homepage:
- Size: 991 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 backendgit 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!