@leesuhyung/cra-template-typescript
v1.0.21
Published
A quick start Create React App template with React, TypeScript, Custom ESlint configurations
Downloads
48
Maintainers
Readme
@leesuhyung/cra-template-typescript
This is the official TypeScript template for Create React App.
For example:
npx create-react-app my-app --template @leesuhyung/cra-template-typescript
# or
yarn create react-app my-app --template @leesuhyung/cra-template-typescript
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.