This is a Next.js project bootstrapped with create-next-app.
- Having a grouped route to handle requests on the root URL '/'.
- Having multiple root layouts.
- Having parallel content rendered inside the secondary root layout
(interactive)/layout. - Having fun coding a React app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.