Skip to content

akshaykumar6/headlines-pwa

Repository files navigation

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 git@github.com: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.