This is an example of a PWA built using React
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
# Add API Key from newsapi.org in .env.development file
REACT_APP_API_KEY = <API_KEY>
# serve with hot reload at localhost:3000
yarn start
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
npm run build --report