/PWA-News-Alternative

A progressive web application that uses the api of various news sources to get the news content.

Primary LanguageJavaScript

PWA-News-Alternative

A progressive web app that hits the api to get the news content.

Running locally

  1. Serve folder with your server of choice.
  2. For instance npm install -g serve.
  3. Change dir to the folder.
  4. Open VS code terminal, hit serve . and see your web app in action.