A Hacker News clone built with Next.js.
- Framework/UI libraries: Next.js, React
- Performance Worker: Cache responses with LRU-cache
- Server-side rendering: Yes
- API: api.hnpwa.com
Clone the repository
git clone https://github.com/jnnrz/next-hn.git
cd
into the directory.
cd next-hn
Install the project dependencies
yarn install
Start the development server
yarn run dev
Navigate to http://localhost:3000/
Released under the MIT license: opensource.org/licenses/MIT