Files
2026-01-12 23:06:40 +03:00

1.8 KiB

Coffee Project Frontend

Next.js application structured with Feature-Sliced Design and configured to run with Bun.

Notes

  • Keep the pages folder in the project root; removing it can cause a build error with Next.js.
  • Bun is the package manager: bun install, bun dev, bun run build, bun run lint.

Folders

Folder Description
app Next App folder for App Routing
pages * Next Pages folder for Pages Routing
public Public files
src/app App FSD Layer
src/pages Pages FSD Layer
src/widgets Widgets FSD Layer
src/features Features FSD Layer
src/entities Entities FSD Layer
src/shared Shared FSD Layer

Tooling

  • ESLint
  • Prettier
  • Stylelint