Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 321 Bytes

Next.js 13 + React Server Components

Introduction

This is a demo app which shows Next.js 13's app directory (beta) with support for React Server Components.

Learn more.

Running Locally

  1. yarn
  2. yarn dev

Go to localhost:3000.