Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 694 Bytes

Ionic Framework Demo App

This is a demo app built with the Ionic Framework that you can preview in the browser or clone and run locally on an emulator or device.

View it now

https://ionic-in-action.github.io/ionic-demo-resort-app/www/

Run locally

This assumes you already have an emulator setup for iOS or Android. Substitute ios for android below to use Android.

npm install -g ionic cordova
git clone https://github.com/ionic-in-action/ionic-demo-resort-app.git
cd ionic-demo-resort-app
ionic platform add ios
ionic emulate ios

LICENSE

Ionic is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.