react2 프론트 공부 계획 1. HTML 공부자료) 생활코딩 Web1.HTML24-07-24 완료https://opentutorials.org/course/3084 2. CSS 공부24-07-24 시작24-07-29 완료 3. JS 공부24-07-30 시작https://opentutorials.org/course/308524-07-31 완료 4. 리액트 공부틱택토 만들기https://ko.react.dev/learn/tutorial-tic-tac-toe 5. 리액트 개념서 or 벨로퍼트로 다지기https://ko.react.dev/learn/describing-the-uihttps://velopert.com/3613 추후..Redux?local에서 하는 법 etc..아니면 바로 백엔드로 넘어가도 좋을 것 같다 2024. 7. 16. [React] npx, npm, yarn 차이 & 기본 코드 정리 처음 시작할 때npx create-react-app my-app현재 경로에서 my-app 폴더를 만들고 그 안에 react를 연다. 웹페이지 실행할 때npm start local 주소 변경package.json 파일에서 scripts 부분 수정 "scripts": { "start": "set PORT=3001 && react-scripts start", ... } 2023. 2. 6. 이전 1 다음