/next-hacker-news

A Hacker News clone (PWA) with offline functionality built with Next.js using service workers via next-offline.

Primary LanguageJavaScript

next-hacker-news

A Hacker News clone (PWA) with offline functionality built with Next.js using service worker via next-offline.

✅ Production: https://next-hacker-pwa.vercel.app/

Install dependencies

npm install
# or
yarn

Build

Static export

npm run export
# or
yarn export

To serve it yourself, you can run:

npx serve -s out

Server hosted

npm run build
# or
yarn build

To serve it yourself, run:

npm start
# or
yarn start