Hybrid mobile application built with Ionic 1 Framework, Cordova and Firebase, you preview in the browser or clone and run locally on an emulator or device.
This assumes you already have an emulator setup for iOS or Android. Substitute ios for android below to use Android.
npm install -g ionic cordova
git clone https://github.com/shivanagesh/NoteIt.git
cd NoteIt
ionic serve : to check in browser
ionic platform add androidaa
ionic emulate android : to check android emulator