Hybrid mobile app for managing school notes and modules using ionic 3 and Firebase
- clone this repo
- run
npm install
- change object at
src/app/app.firebase.config.ts
by your own firebase credentials - Then the app :
ionic build android
orionic build ios
or run it locally :ionic serve