ccoenraets / ionic2-realty

Sample Application with Ionic 2 and Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IonicRealty: Ionic 2 Sample App

Watch the video here.

  1. Install the the latest beta version of the Ionic CLI:

    npm install -g ionic@beta
    
  2. Clone this repository

    git clone https://github.com/ccoenraets/ionic2-realty
    
  3. Navigate to the IonicRealty directory:

    cd ionic2-realty
    
  4. Install the dependencies

    npm install
    
  5. 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:

Additional Resources:

About

Sample Application with Ionic 2 and Angular 2


Languages

Language:JavaScript 69.7%Language:HTML 19.6%Language:CSS 10.7%