Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 582 Bytes

IonicRealty: Ionic 2 Sample App

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

    npm install -g ionic@beta
    
  2. Create a project:

    ionic start IonicRealty sidemenu --v2
    
  3. Replace the project’s app folder with the app folder in this repository

  4. Navigate to the IonicRealty directory:

    cd IonicRealty
    
  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.)