This is a Next.js project template bootstrapped with create-next-app.
First:
pnpm install
pnpm prepareThen run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
- Project
nameand dependencies in package.json - Emoji used for favicon in app/icon.tsx
- Or delete that file and use a
favicon.icofile withinapp/
- Or delete that file and use a
- Metadata in app/layout.tsx and app/page.tsx
- Default styles (and customized gray color) in app/main.css
- Default styles on the
<body>tag in app/layout.tsx - Style all error pages - app/error.tsx, app/global-error.tsx, and app/not-found.tsx
- Possibly create an
ErrorBoundarycomponent for reuse
- Possibly create an
- Update
pathsin tsconfig.json andimportOrderin prettier.config.js - Update next.config.ts