cra-template-rewired

The base template for Create React App.

Usage no npm install needed!

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

README

cra-template-rewired

Base on the official template add react-app-rewired, customize-cra

To use this template, add --template rewired when creating a new app.

For example:

npx create-react-app my-app --template rewired

# or

yarn create react-app my-app --template rewired

For more information, please refer to: