Guest User

Untitled

a guest
Jul 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //Homebrew ・nodebrew,jsの導入が必要。導入は他の記事参照。
  2.  
  3. $ yarn install -g create-react-app
  4. $ create-react-app /*自分のつけたいファイル名*/
  5. $ cd/*上で作ったディレクトリ*/
  6. $ yarn start
  7.  
  8. //※npmでも可能
Add Comment
Please, Sign In to add comment