README
@ackee/cra-template
This is default template for @ackee/create-react-app
.
Usage
npx @ackee/create-react-app my-app
# The command above is identical to:
npx @ackee/create-react-app my-app --template @ackee/cra-template
The base template for Create React App.
<script type="module">
import ackeeCraTemplate from 'https://cdn.skypack.dev/@ackee/cra-template';
</script>
This is default template for @ackee/create-react-app
.
npx @ackee/create-react-app my-app
# The command above is identical to:
npx @ackee/create-react-app my-app --template @ackee/cra-template