@feature-sliced/cra-tempalte
WIP:
At the moment at alpha-testing - use carefully (share feedback and issues)
This is the official template for Create React App based on Feature Sliced Design.
- With structure example
- With basic layers for start and other for scaling
- Without redundant dependencies
Get Started
To use this template, add --template @feature-sliced
when creating a new app.
npm:
npx create-react-app <project-name> --template @feature-sliced
yarn:
yarn create react-app <project-name> --template @feature-sliced
pnpm:
pnpx create-react-app <project-name> --template @feature-sliced
See also
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
- FSD: Basics - Basic concepts of Feature Sliced Design
- FSD: Layers - Layers overview of Feature Sliced Design