Skip to content

rupeshpadhye/NewsLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Lite(PWA)

This is an example of a PWA built using React

Screen Shots

Home Screen

Home Screen

Responsive Screen

The data is powered by NewsAPI.org

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.

Build Setup

# 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