Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 700 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 700 Bytes

Headlines PWA

It's an app to get news headlines from over 30,000 news sources and blogs using News API.

Lighthouse Report

Emulated mobile runtime settings without throttling.

Installation

# clone the repository
git clone [email protected]:akshaykumar6/headlines-pwa.git

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and preact-render-spy 
npm run test

Authored and maintained by Akshay Sharma.