This is a Next.js project template bootstrapped with create-next-app
.
First:
pnpm install
pnpm prepare
Then run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Project
name
and dependencies in package.json - Emoji used for favicon in app/icon.tsx
- Or delete that file and use a
favicon.ico
file 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
ErrorBoundary
component for reuse
- Possibly create an
- Update
paths
in tsconfig.json andimportOrder
in prettier.config.js - Update next.config.ts