FootballApp is an application made with Angular 12 + Ionic 6 where you can manage teams and players in a simple way.
- First download the repository or clone it.
- Then install the necessary packages with npm
npm i
- Start the json server with this command in the path where the /api is located:
json-server --watch db.json
- Run the Ionic App:
ionic serve