An open API service indexing awesome lists of open source software.

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...

Awesome Lists containing this project

README

          

# Weather Progressive Web Application
![Weather Data](https://i.imgur.com/3csowzj.png)

### [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