Scaffold Next.js + TypeScript service #7
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Foundational task — first ticket to land. Everything else depends on this.
Scope
npm runscripts for:dev,build,start,lint,typecheck,test.tsconfig.jsonwithstrict: trueandnoUncheckedIndexedAccess: true.app/,lib/,db/,tests/.Acceptance criteria
npm install && npm run buildproduces a clean build from a fresh clone.npm run lintandnpm run typecheckpass on the initial skeleton.README.mddocuments the basic commands.Out of scope
Part of epic #1.