@ackee/cra-template-typescript

The base TypeScript template for Create React App.

Usage no npm install needed!

<script type="module">
  import ackeeCraTemplateTypescript from 'https://cdn.skypack.dev/@ackee/cra-template-typescript';
</script>

README

@ackee/cra-template-typescript

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-typescript

To test cra-template-typescript locally, use cra-local CLI tool.