https://github.com/adrianhajdin/project_weather_pwa
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build, deploy and publish a Weather Progressive Web App. Covered topics: React.js, Service Workers, PWA, Lighthouse...
https://github.com/adrianhajdin/project_weather_pwa
Last synced: 6 months ago
JSON representation
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build, deploy and publish a Weather Progressive Web App. Covered topics: React.js, Service Workers, PWA, Lighthouse...
- Host: GitHub
- URL: https://github.com/adrianhajdin/project_weather_pwa
- Owner: adrianhajdin
- Created: 2020-05-29T16:35:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:27:33.000Z (over 2 years ago)
- Last Synced: 2025-03-28T08:07:40.684Z (7 months ago)
- Language: JavaScript
- Homepage: https://inspiring-bhaskara-d21f88.netlify.app
- Size: 1.95 MB
- Stars: 760
- Watchers: 6
- Forks: 201
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Weather Progressive Web Application
### [Live Site](https://inspiring-bhaskara-d21f88.netlify.app)
## Introduction
This is a code repository for the corresponding video tutorial.In this video, we will create a PWA. We're going to use React with service workers.
By the end of this video, you will have a strong understanding of what PWA is and how you can build, deploy and publish it.
Setup:
- run ```npm i && npm start``` for both client and server side to start the development server