A football app to engage you in all things club football is concerned.
This project was generated with Angular CLI version 8.0.3.You must have nodejs, angular, ionic , cordova, android studio (inclusive of gradle, build tools) and java installed in your pc.
- Head over to nodejs webiste and download node version 12.Follow instruction to install it
- Head over to android webiste and download android studio.Follow the setup steps
- install apache cordova
npm install -g cordova
- install ionic
npm install -g @ionic/cli
- install angular
npm install -g @angular/cli
- Clone the repo
git clone https://github.com/Sundaybrian/away-fans/
cd away-fans
- Download the dependencies in the package.json using
npm install
- Run
ionic serve
for a dev server. Navigate tohttp://localhost:8100/
. The app will automatically reload if you change any of the source files - or Run
ionic serve -l
for a lab server. Navigate tohttp://localhost:8200/
. The app will automatically reload if you change any of the source files - To create a apk,
ionic capacitor run android
this will bundle the ionic app then open up android studio where you will be able to create an apk file to use in your phone.All commands related to capacitor will be here https://ionicframework.com/docs/cli/commands/capacitor-run
A test apk of the app is provided within the apk folder.Download and test the application
- Angular8
- Firebase
- Ionic
MIT (c) 2020