Nextjs Hn Save

A Hacker News Progressive Web App built using Next.js

Project README

nextjs-hn (nextjs-hn.chrisdwheatley.com)

A Hacker News Progressive Web App built using Next.js

Features

  • Server-rendered React with Next.js
  • Aliases React to Preact in production for a smaller bundle size
  • Service worker support with sw-precache
  • 100/100 Lighthouse score
  • Server side in memory LRU cache to improve time to first byte
  • DNS prefetching for client side API requests

Getting Started

Clone the repository.

git clone [email protected]:chrisdwheatley/nextjs-hn.git

cd into the directory.

cd nextjs-hn

Install the project dependencies.

yarn

or

npm install

Start the development server.

npm run dev

Navigate to localhost:3000 in your browser of choice.

Testing the Service Worker setup requires running as production.

npm run build
npm start

Navigate to localhost:3000 in your browser of choice.

License

Released under the MIT license: opensource.org/licenses/MIT

Open Source Agenda is not affiliated with "Nextjs Hn" Project. README Source: chrisdwheatley/nextjs-hn
Stars
58
Open Issues
2
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating