README
Create React App Template
A no-frills template from which to create React applications with create-react-app.
npx create-react-app my-app --template @appacademy/simple
A no-frills template from which to create React applications with create-react-app.
<script type="module">
import appacademyCraTemplateSimple from 'https://cdn.skypack.dev/@appacademy/cra-template-simple';
</script>
A no-frills template from which to create React applications with create-react-app.
npx create-react-app my-app --template @appacademy/simple