cra-template-typescript-plus
v1.0.1
Published
Extended TypeScript template for Create React App.
Maintainers
Readme
cra-template-typescript-plus
Extended Typescript template for Create React App.
npx create-react-app <project name> --template typescript-plusDifferences from the original template
Added/modified files
| Path | Description |
| --------------------------------------- | ----------------------------------------------------------- |
| .github/workflows/unit-tests.yml | Unit tests GitHub workflow |
| .github/workflows/validate-source.yml | Validate source GitHub workflow |
| .github/dependabot.yml | Dependabot configuration |
| .vscode/extensions.json | Recommended VS Code extensions |
| .vscode/settings.json | Default VS Code project settings |
| gitignore | Extended .gitignore for React, VS Code, Webstorm and ESLint |
| .prettierignore | Prettier ignore files |
Added scripts
| Name | Description |
| ----------------- | --------------------------------------- |
| format | Format all source with Prettier |
| lint | Lint all source with ESLint |
| check-types | Check types with tsc |
| validate-source | Run all scripts without modifying files |
