Scaffold Next.js frontend template from print-web #1

Merged
i.bahlai merged 3 commits from feat/dcr-245-frontend-template into main 2026-04-25 14:23:48 +00:00

Summary

  • replace empty template with Next.js App Router scaffold based on print-web architecture
  • add FSD-style layers (entities/features/widgets/shared) and initial domain pages
  • add CI workflow for lint + typecheck + build on pull requests

Test plan

  • npm ci
  • npm run lint
  • npm run build
  • npm exec -- tsc -p tsconfig.json --noEmit
## Summary - replace empty template with Next.js App Router scaffold based on print-web architecture - add FSD-style layers (entities/features/widgets/shared) and initial domain pages - add CI workflow for lint + typecheck + build on pull requests ## Test plan - [x] npm ci - [x] npm run lint - [x] npm run build - [x] npm exec -- tsc -p tsconfig.json --noEmit
Scaffold frontend template from print-web FSD baseline.
All checks were successful
CI Pipeline / Lint & Type Check (pull_request) Successful in 2m54s
CI Pipeline / Build (pull_request) Successful in 1m0s
7c115bbc16
Add Next.js app structure with entities/features/widgets/shared layers, query/cache setup, and CI workflow so new frontend repos start with the same architecture.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Refactor template into generic product flow and add automated tests.
All checks were successful
CI Pipeline / Lint & Type Check (pull_request) Successful in 2m48s
CI Pipeline / Build (pull_request) Successful in 3m51s
5f000e7d40
Align routes and UI naming with reusable English-first semantics, add Vitest coverage for product/cart/config modules, and run tests in CI.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Document template reusability contract in README.
All checks were successful
CI Pipeline / Build (pull_request) Successful in 2m22s
CI Pipeline / Lint & Type Check (pull_request) Successful in 4m2s
d6c192c64d
Define configurable surface, required domain replacements, and a bootstrap checklist so teams can reuse the scaffold consistently.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
i.bahlai deleted branch feat/dcr-245-frontend-template 2026-04-25 14:23:55 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CobraPack/frontend-template!1
No description provided.