[React] Create react app 하기2021. 9. 7. 10:10
터미널에
npx create-react-app app이름
출처: https://ko.reactjs.org/docs/create-a-new-react-app.html
새로운 React 앱 만들기 – React
A JavaScript library for building user interfaces
ko.reactjs.org
마지막에
We suggest that you begin by typing:
cd voca
npm start
Happy hacking!
나오면 성공
'Lectures > FrontEnd' 카테고리의 다른 글
Module not found: Can't resolve 'firebase' in code example (0) | 2021.10.20 |
---|---|
리액트 VSCode 자동완성 익스텐션 추천 (Auto Import, Code snippets 등) (0) | 2021.10.20 |