6월, 2022의 게시물 표시

react step

1. install vscode 2. install node (https://nodejs.org/en/)  3. in cmd shell $npm install -g create-react-app $create-react-app my-first $cd my-app $npm start -> localhost:3000 그후 app.js 파일을 수정하면 된다.