cra-template-dev-complete

Create React App template with TypeScript, React Router and Styled Components.

Usage no npm install needed!

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

README

cra-template-dev-complete

An opinionated template for Create React App using:

Usage

npx create-react-app your-project-name --template dev-complete

or

yarn create react-app your-project-name --template dev-complete

The npx command installs the most recent stable version of CRA from npm.

The --template parameter points to this template, note that cra-template- prefix is omitted.

For more information, please refer to: