0.1.0 • Published 4 years ago

cra-template-ts-eslint v0.1.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

cra-template-ts-eslint

A create-react-app template setup with

  • typescript
  • eslint with prettier
  • graphql

Usage

npx create-react-app my-app --template ts-eslint

or

yarn create-react-app my-app --template ts-eslint