Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 754 Bytes

Next.js Layout Example

This is the demo repo for the blog article on Next.js 13 Layouts by Example

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!