/weather-forecast-pwa

A weather forecast made in PWA structure

Primary LanguageJavaScriptMIT LicenseMIT

weather-forecast-pwa

A weather forecast made in PWA structure

Prerequisites to run locally

  • local webserver

To run project locally

I choose the yarn to install the http-server.

$ yarn global add http-server --prefix /usr/local
$ http-server .

Try open localhost:8080 in browser