Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labasubagia/pwa-football
Make football web app to learn Webpack, SPA and PWA
https://github.com/labasubagia/pwa-football
progressive-web-app pwa single-page-app spa
Last synced: 27 days ago
JSON representation
Make football web app to learn Webpack, SPA and PWA
- Host: GitHub
- URL: https://github.com/labasubagia/pwa-football
- Owner: labasubagia
- License: mit
- Created: 2020-07-01T04:18:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T11:55:11.000Z (over 4 years ago)
- Last Synced: 2024-11-12T05:02:52.222Z (3 months ago)
- Topics: progressive-web-app, pwa, single-page-app, spa
- Language: JavaScript
- Homepage: https://pwa-football-6fe6e.web.app/
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Football App
Football app about Serie A
## Information
This app is a football league information of Serie A (Italian league)
The information contain in this app
- Standing
- Team Info
- League Matches
- Favorite team## Demo
You can access this web app online [here](https://pwa-football-6fe6e.web.app/)
## How to Install
Install node package
```sh
$ npm install
```## How to Run
Run development server
```sh
$ npm run start
```Build production
```sh
$ npm run build
```Build and preview production
```sh
$ npm run preview
```## Technologies
- [Webpack](https://webpack.js.org/)
- [Handlebars](https://handlebarsjs.com/)
- [Idb](https://github.com/jakearchibald/idb)
- [Materialize CSS](https://materializecss.com/)
- [Workbox](https://developers.google.com/web/tools/workbox)