cra-template-a

My template for Create React App.

Usage no npm install needed!

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

README

A

cra-template-a

Start Template

npx

npx create-react-app my-app --template a

npm

npm init react-app my-app --template a

yarn

yarn create react-app my-app --template a
`