Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 781 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 781 Bytes

cra-boilerplate-grd

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.

Use template:

npx create-react-app <project_name> --template cra-template-grd

Test template:

npx create-react-app <project_name> --template file:./

Run template:

cd template && yarn install && yarn start

Publish template:

yarn publish