Base template for a clear architecture based on layers
npm install cra-template-clean-archThis is a base template for a clear architecture based on layers Create React App
To use this template within your project, add --template clean-arch when creating a new app.
For example:
``sh
npx --legacy-peer-deps create-react-app my-app --template clean-arch
yarn create react-app my-app --template clean-arch
``
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.
Developed by Serempre