This is the base template for CRA apps.
Boilerplate with the follow packages:
-store for cross-browser local storage;
-valtio for state management;
-react-router for routing;
-ttag for internalization;
-material-ui v5 for theme/components library;
-react-toastify for notification alerts;
-axios for REST;
-react-hook-form for Forms validation;
-react-query for Fetching and Caching.
npx create-react-app <project_name> --template cra-template-grdnpx create-react-app <project_name> --template file:./cd template && yarn install && yarn startyarn publish