rhadu / nextconf-2022-nested-layouts-by-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested layouts by example

Source code from my Next.js conf talk about nested layouts in Next.js.

Running the demo locally

npm i

# start the api
npm run api

# in another terminal, start the app
npm run dev

Now visit localhost:3000.

About


Languages

Language:JavaScript 100.0%