인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

김동혁's profile image
김동혁

asked

Learn React A-Z by following along [19 version included]

Installing React with Create-React-App

create-react-app 관련

Written on

·

270

0

npx create-react-app 이렇게 만들면 src폴더 없이 만들어지더라구요 그래서 그냥 npx 없이 만드니까 정상적으로 잘 만들어지는데 npx가 있는거와 없는거의 차이점이 뭔지 궁금합니다

reactreduxtddtypescriptnext.js소프트웨어-테스트

Answer 1

0

johnahn님의 프로필 이미지
johnahn
Instructor

안녕하세요.

npx 없이 만든다는게

그냥 create-react-app 명령어만을 이용해서 생성을 하신다는 것인가요?

npx는 Registry에 있는 create-react-app 이라는 패키지를 로컬에 가져와서 설치해주는 역할을 합니다~

감사합니다 ~

김동혁's profile image
김동혁

asked

Ask a question