cra-template-typescript-advanced

This is advanced TypeScript template for Create React App with Plop, Prettier, Storybook, Husky, Stylelint, Commitizen and custom configurations

Usage no npm install needed!

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

README

cra-template-typescript

This is fork of the official TypeScript template for Create React App. This template includes some extra instruments out of the box:

  • advanced template structure
  • plop (for generate new components via CLI)
  • storybook
  • prettier
  • husky
  • inquirer
  • stylelint
  • commitizen

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

For example:

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

# or

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

For more information, please refer to: