2024-05-27 16:57:32 +07:00
2024-05-27 16:24:38 +07:00
2024-05-11 23:40:53 +07:00
2024-05-27 16:49:38 +07: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-27 16:57:32 +07:00
2024-05-11 23:40:53 +07:00
2024-05-27 16:35:37 +07:00
2024-05-27 16:35:37 +07:00
2024-05-11 23:40:53 +07:00
2024-05-27 16:48:59 +07:00
2024-05-27 16:54:54 +07:00
2024-05-27 16:24:38 +07:00

Next.js + Feature-Sliced Design | Pure Template

Folders description

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

pagesLayer, not pages because pages is a reserved name for Pages Router and an error occurs during assembly.

Remove junk .gitkeep files

UNIX

rm -rf .src/app/.gitkeep .src/entities/.gitkeep .src/features/.gitkeep .src/shared/.gitkeep .src/widgets/.gitkeep ./public/.gitkeep

WINDOWS

del .\src\app\.gitkeep
del .\src\entities\.gitkeep
del .\src\features\.gitkeep
del .\src\shared\.gitkeep
del .\src\widgets\.gitkeep
del .\public\.gitkeep

This template uses such development assistants

  • Eslint
  • Prettier
  • Stylelint
  • Jest

If you don't need it, you can disable it at any time by removing the dependency from your package.json and .*rc file.

S
Description
No description provided
Readme 83 MiB
Languages
TypeScript 79.8%
SCSS 17%
HTML 3.1%
JavaScript 0.1%