2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2024-05-27 17:18:49 +07:00
2024-05-11 23:40:53 +07:00
2026-01-12 23:06:40 +03:00
2024-05-27 16:23:46 +07:00
2024-05-11 23:41:57 +07:00
2024-05-11 23:40:53 +07:00
2024-05-11 23:40:53 +07:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2024-05-27 17:18:49 +07:00
2024-05-27 16:35:37 +07:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00
2026-01-12 23:06:40 +03:00

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
S
Description
No description provided
Readme 83 MiB
Languages
TypeScript 79.8%
SCSS 17%
HTML 3.1%
JavaScript 0.1%