/next-hnpwa-guide-kit

Guide Kit for Next.js with Hacker News

Primary LanguageJavaScript

next-hnpwa-guide-kit

Guide Kit for Next.js HNPWA (Hacker News PWA). It looks like to provide less codes in the limitted feature, which are not enough for production. But it is essential to help you understand how it works HNPWA with the target framework. Backed by firebase-hackernews 3rd-party lib for Hacker News firebase API, which is running on service worker with brand new service worker SDK from Google, called Workbox

Getting Started

Watch the demo

# Run this app in development mode
yarn dev

# Starts the application in production mode with express
yarn start

# Starts the application in production mode with next
yarn start:next

# Builds the app for production to the .next folder.
yarn build

# Builds the app for analyzing
yarn build:report

License

MIT @ CodeBusking