Skip to content

arawkins/ionic2-todo

Repository files navigation

Ionic 2 Todo App

This is a basic ionic 2 todo app.

Setup

Install Ionic and Cordova, if not already installed:

$ npm install -g ionic cordova

Install dependencies

$ npm install

Run the project locally

$ ionic serve

Run tests:

$ npm test

Firebase

Experimental work on integrating firebase and google login are on the dev branch. Currently only working on the web build.

$ git checkout dev

npm install again to get AngularFire2 dependency

$ npm install

Then run the project locally

$ ionic serve

About

Sample ionic2 todo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published