-
Install the the latest beta version of the Ionic CLI:
npm install -g ionic@beta
-
Create a project:
ionic start IonicRealty sidemenu --v2
-
Replace the project’s app folder with the app folder in this repository
-
Navigate to the IonicRealty directory:
cd IonicRealty
-
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.)