티스토리 뷰

0. react 공부를 시작해 보자.

nomadcoders.co/react-fundamentals

 

1. 왜 React 인가?!

- 많은 웹페이지가 react로 개발되었다

- 압도적인 지표

- 가장 유명하다 => 튜토리얼, 컴포넌트, 커뮤니티, 서포트가 많다.

- 자바스크립트로 이루어져있어서 새로운 지식을 쌓을 필요가 없다. (리액트가 사라져도 넌 훌륭한 JS 개발자야!)

 

2. ReactJS를 배우기 전 사전지식

  1. HTML
  2. CSS
  3. 약간의 바닐라 JS 지식 (function, variable, class 등등)
  4. node js 살짝(package.jason)

 

3. node.js 설치

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

- node.js를 설치하면 npm이 자동으로 설치된다.

 

4. npx 설치

npm install npx -g

 

5. VSCode 설치 (다른 코드 에디터 사용해도 무방)

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

6. git 설치

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

 

7. 설치 확인

git --version

node -v

npm -v

npx -v

git --version

 

 

 

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/02   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
글 보관함