This is a simple ToDo List app written in Angular.js demonstrating the usage of Ionic Framework and Skygear JS SDK.
- Install Node.js and NPM here
- Install Ionic framework:
npm install -g cordova ionic - Install project dependency:
npm install - Now you are ready to launch the App
- To launch in iOS emulator:
ionic emulate ios - To launch in web browser:
ionic serve
- To launch in iOS emulator: