cra-template-typescript-likesalmon

A custom version of the official Typescript template for Create React App with container/component architecture, Material UI, Styled Components, and Plop templates.

Usage no npm install needed!

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

README

cra-template-typescript-likesalmon

This is a custom version of the official TypeScript template for Create React App with this extra stuff:

To use this template, add --template typescript-likesalmon when creating a new app.

For example:

npx create-react-app my-app --template typescript-likesalmon

# or

yarn create react-app my-app --template typescript-likesalmon

For more information, please refer to: