This is a Next.js project template originally 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 src/app/icon.tsx
- Or delete that file and use a
favicon.icofile withinsrc/app/
- Or delete that file and use a
- Metadata in src/app/layout.tsx and src/app/page.tsx
- Style all error pages - src/app/error.tsx, src/app/global-error.tsx, and src/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