README
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
`
My template for Create React App.
<script type="module">
import craTemplateA from 'https://cdn.skypack.dev/cra-template-a';
</script>
npx create-react-app my-app --template a
npm init react-app my-app --template a
yarn create react-app my-app --template a
`