Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/)