Skip to content

ctran/ionic2-realty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • HTML 19.3%
  • CSS 12.5%