@koenbrouwer/cra-template-crr

My custom template for Create React App with Chakra UI and React Router.

Usage no npm install needed!

<script type="module">
  import koenbrouwerCraTemplateCrr from 'https://cdn.skypack.dev/@koenbrouwer/cra-template-crr';
</script>

README

cra-template-crr

This is my custom template for Create React App. This template includes some boilerplate for React Router and Chakra UI.

To use this template, add --template @koenbrouwer/cra-template-crr when creating a new app.

npx create-react-app my-app --template @koenbrouwer/cra-template-crr