Skip to content

Files

Latest commit

511be92 · Nov 11, 2020

History

History
11 lines (9 loc) · 189 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 189 Bytes

리엑트 앱 만들기

create react app 실습 환경 구축하기

  • Node v6 이상
  • npm v5.2 이상

실행

npm start

ts

npx create-react-app app --template typescript