- First, install Node.js
- Then, install the latest Cordova and Ionic command-line tools
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.
Download this repo and then
$ cd dribbble-ionic
$ ionic platform add android
$ ionic build android
$ ionic emulate android