ionic2-realty
ionic2-realty copied to clipboard
Sample Application with Ionic 2 and Angular 2
IonicRealty: Ionic 2 Sample App
Watch the video here.
-
Install the the latest beta version of the Ionic CLI:
npm install -g ionic@beta -
Clone this repository
git clone https://github.com/ccoenraets/ionic2-realty -
Navigate to the IonicRealty directory:
cd ionic2-realty -
Install the dependencies
npm install -
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
- Angular 2 and Ionic 2 Data Services - Part 1: Promises and 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
-
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