1.0.1 • Published 3 years ago

cra-template-typescript-plus v1.0.1

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

cra-template-typescript-plus

Extended Typescript template for Create React App.

npx create-react-app <project name> --template typescript-plus

Differences from the original template

Added/modified files

PathDescription
.github/workflows/unit-tests.ymlUnit tests GitHub workflow
.github/workflows/validate-source.ymlValidate source GitHub workflow
.github/dependabot.ymlDependabot configuration
.vscode/extensions.jsonRecommended VS Code extensions
.vscode/settings.jsonDefault VS Code project settings
gitignoreExtended .gitignore for React, VS Code, Webstorm and ESLint
.prettierignorePrettier ignore files

Added scripts

NameDescription
formatFormat all source with Prettier
lintLint all source with ESLint
check-typesCheck types with tsc
validate-sourceRun all scripts without modifying files