cra-template-grd

The CRA base template.

Usage no npm install needed!

<script type="module">
  import craTemplateGrd from 'https://cdn.skypack.dev/cra-template-grd';
</script>

README

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;
-hookrouter for routing;
-ttag for internalization;
-material-ui v5 for theme/components library;
-notistack 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