Ionic is the beautiful, open source front-end SDK for developing hybrid mobile apps with web technologies.
## Usage
1. First, install [Node.js](https://nodejs.org/en/). Then, install the latest Cordova and Ionic command-line tools:
- `sudo npm install -g cordova ionic`
- **Note**: iOS development requires Mac OS X. iOS simulator through the Ionic CLI requires the `ios-sim` npm package, which can be installed with the command `sudo npm -g install ios-sim`.
4. Install dependencies with `npm install`.
5.
**iOS**
- `ionic build ios`
- `ionic emulate ios`
6.
**Android**
- `ionic platform add android`
- `ionic build android`
- `ionic emulate android`