Welcome to the react-archi template documentation based on Create React App This documentation is about the typescript-chakra template. If you want more, please visit my GitHub repository
This template is based on a personnal need when I build a new react project. I will try to make multiple templates with the same architecture but multiple packages variations.
To use this template within your project, add --template *template-name*
when creating a new app.
For example:
npx create-react-app my-app --template typescript-chakra
# or
yarn create react-app my-app --template typescript-chakra
"template-name" is the subfolder name from the repo based on your needs
The goal at the startup of the project was to create a clean architecture, scalable and easily testable. Cut everything and structure folders to find quickly and add features easily.
Coming soon !
Coming soon !
I would like to create same template but with different packages like by adding a redux starter or replacing chakraUI by MUI or adding redux...