AhmadNasrHosna / next-hacker-news

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

Home Page:https://next-hacker-pwa.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

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


Languages

Language:JavaScript 100.0%