Offline News Web App build with React.js, React Router, Webpack4, Workbox, Service Worker, PWA, Intersection-observer
Following is list of libraries i used in this app.
- React.js
- React Memo
- React lazy & Suspense
- React Router
- Workbox
- Webpack4
- Intersection-observer
- Service Worker
Get started with offline-news-app
Clone Project
git clone https://github.com/amituidev/offline-news-app.git
cd offline-news-app/
Install dependencies by using command yarn
yarn start-local
For local development use command
yarn start-local
For Build
yarn build
Use yarn start for starting node server to server news app
yarn start