Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccoenraets/ionic2-realty
Sample Application with Ionic 2 and Angular 2
https://github.com/ccoenraets/ionic2-realty
Last synced: 21 days ago
JSON representation
Sample Application with Ionic 2 and Angular 2
- Host: GitHub
- URL: https://github.com/ccoenraets/ionic2-realty
- Owner: ccoenraets
- Created: 2016-01-26T16:09:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T05:30:34.000Z (about 8 years ago)
- Last Synced: 2024-11-13T01:34:01.333Z (30 days ago)
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 256
- Watchers: 35
- Forks: 105
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ionic2-components - Realty
- Awesome - Realty
README
## IonicRealty: Ionic 2 Sample App
Watch the video [here](https://youtu.be/oKHrh_PMHns).
1. Install the the latest beta version of the Ionic CLI:
```
npm install -g ionic@beta
```1. Clone this repository
```
git clone https://github.com/ccoenraets/ionic2-realty
```
1. Navigate to the IonicRealty directory:
```
cd ionic2-realty
```1. Install the dependencies
```
npm install
```
1. Start the app in the browser
```
ionic serve
```
From here, you can build and deploy the app on different platforms using the traditional Ionic commands (`ionic build ios`, etc.)More information is available in these blog posts:
- [IonicRealty: New Ionic 2 Sample Application](http://coenraets.org/blog/2016/01/ionicrealty-new-ionic-2-sample-application/)
- [Angular 2 and Ionic 2 Data Services - Part 1: Promises and Observables](http://coenraets.org/blog/2016/02/angular2-ionic2-data-services-promises-observables/)Additional Resources:
- A version of the same application with a Node.js-powered REST backend is also available. Read this blog post for details: [Angular 2 and Ionic 2 Data Services - Part 2: Using REST Services](http://coenraets.org/blog/2016/02/angular2-ionic2-rest-services/)
- A version of the same application with a Salesforce backend is also available. Read this blog post for details: [Building Customer-Facing Mobile Apps with Angular 2, Ionic 2, and Salesforce](http://coenraets.org/blog/2016/02/angular2-ionic2-salesforce/)