Add Next.js 15 app skeleton with Tailwind v4 and shadcn/ui

Next.js 15 + React 19, Tailwind v4, shadcn/ui (button, card, input,
dialog), postcss config, standalone output. ESLint extended with
next/core-web-vitals via eslint-config-next flat export. node-linker=hoisted
in .npmrc to allow standalone builds on Windows (symlink restriction).
next-env.d.ts added to .gitignore.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ginnoir
2026-05-06 00:47:57 -05:00
co-authored by Claude Sonnet 4.6
parent 78420d181e
commit 453c75ea4c
19 changed files with 5860 additions and 35 deletions
+2 -1
View File
@@ -5,10 +5,11 @@ Living progress tracker. Update at the end of each task. The canonical brief is
## Done
- **01 — Repo init & tooling** (commit `b89690a`). pnpm 10 + TS strict + ESLint flat + Prettier. All acceptance criteria green.
- **02 — Next.js app skeleton**. Next.js 15 + React 19 + Tailwind v4 + shadcn/ui (button, card, input, dialog). `pnpm dev` serves placeholder, `pnpm build` produces `.next/standalone/`, `pnpm lint` clean. Added `.npmrc` with `node-linker=hoisted` for Windows symlink compatibility.
## Next up
- **02Next.js app skeleton** ([brief](docs/tasks/02-nextjs-skeleton.md)). Sequential — must finish before 03.
- **03Core modules** ([brief](docs/tasks/)). Calendar, lists, notes CRUD. Sequential — must finish 02 first.
## How to resume in a fresh session