Last active
October 24, 2018 14:13
-
-
Save khg0712/0a596b30f44a71556ec73b3f97d143b5 to your computer and use it in GitHub Desktop.
create-react-app install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install -g create-react-app //cra 설치 | |
$ create-react-app react-test //react-test 리액트 앱 생성 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment