cra-template-typescript-basic-react
v0.1.4
Published
This is TypeScript template for basic-react App
Downloads
2
Maintainers
Readme
cra-template-typescript-basic-react
멋쟁이사자처럼 7기 수업에 사용된 basic-react의 Typescript 버전 입니다.
This is TypeScript template for basic-react App.
To use this template, add --template typescript-basic-react
when creating a new app.
For example:
npx create-react-app my-app --template typescript-basic-react
# or
yarn create react-app my-app --template typescript-basic-react
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.