A single page Svelte application which displays a database of football stadiums from the top five European leagues.
These leagues are based in:
This app is based on the server-rendered version of the app and makes use of it's API.
Having access to the API from the server-rendered version of this app is a prerequisite. By default the app is set to fetch API calls from the Heroku version of the server-rendered app.
# Clone the repository:
$ git clone https://github.com/TonyN96/european-stadiums-svelte.git
# Go into the repository
$ cd european-stadiums-svelte
# Install dependencies
$ npm install
# Run the app
$ npm run dev