Skip to content

qaz11807/mini-hacker-news-frontend

 
 

Repository files navigation

Next.js App Router + React Server Components

Try the demo live here: min-hacker-new-clone.vercel.app.

Introduction

This is a demo app of the Hacker News website clone, which shows Next.js App Router with support for React Server Components.

Fork from vercel/next-react-server-components

Running Locally

  1. pnpm install
  2. pnpm run dev

Go to localhost:5000. (config in package.json)

Enviroment

make the .env file

API_HOST=         # backend api host

CLIENT_ID=        # backend doorkeeper application uid
CLIENT_SECRET=    # backend doorkeeper application secret

About

Demo repository for Next.js + React Server Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 53.8%
  • TypeScript 24.2%
  • CSS 22.0%