Skip to content

skygear-demo/ionic-todo-demo

Repository files navigation

Ionic ToDo Demo

About this project

This is a simple ToDo List app written in Angular.js demonstrating the usage of Ionic Framework and Skygear JS SDK.

To deploy the project locally

  • 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