Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 503 Bytes

Football App

FootballApp is an application made with Angular 12 + Ionic 6 where you can manage teams and players in a simple way.

Installation

  • First download the repository or clone it.
  • Then install the necessary packages with npm
npm i

Usage

  • 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

License

MIT