It's an app to get news headlines from over 30,000 news sources and blogs using News API.
Emulated mobile runtime settings without throttling.
# 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.