0.2.0 • Published 3 years ago

cra-template-typescript-advanced v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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: