[개인] TOOL 설치 및 환경설정

최정윤·2022년 5월 20일
0

📃 리액트 환경구축하기

1. node.js 설치하기

https://nodejs.org/ko/

cmd창에서 설치여부 확인

node -v

2. atom(IDE) 설치하기

https://atom.io/

3. create-react-app 설치하기

npm install -g create-react-app

4. 프로젝트 생성하기

cd (프로젝트 생성 디렉토리)
create-react-app (프로젝트이름)

https://morningbird.tistory.com/22
https://medium.com/hivelab-dev/react-js-tutorial-part2-c1be2c6dca79


npm 설치하기

https://www.npmjs.com/

react 설치하기

npm install react

material-ui/core와 material-/ui/icon 설치

npm install @material-ui/core --save --legacy-peer-deps

npm install @material-ui/icons --save --legacy-peer-deps

📃 Eclipse 설치&환경설정

eclipse 설치

https://www.eclipse.org/downloads/

JDK 설치

https://jhnyang.tistory.com/224


📃 Visual Studio Code 설치하면 좋을 tool&library&언어

  1. 파이썬(PYTHON)
    https://www.python.org/downloads/
profile
개발 기록장

0개의 댓글