cra-boilerplate-template

The CRA base template.

Usage no npm install needed!

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

README

cra-boilerplate-template

This is the base template for CRA apps.

Boilerplate with the follow packages:
-store for cross-browser local storage;
-overmindjs for state management;
-hookrouter for routing;
-ttag for internalization;
-material-ui for theme/components library.

Use template:

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

Test template:

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

Publish template:

yarn publish