개발 마라톤

[React] React란 본문

--- Front-end ---/React

[React] React란

망__고 2022. 12. 29. 16:10

1. 수업소개

https://youtu.be/AoMv0SIjZL8

더보기

React는 복잡한 코드를 간단하게 바꾸어 준다.

class방식과 function방식이 있다. 이번에는 function문법을 사용할 것.

 

2. 실습환경 구축

https://youtu.be/txX3bL22esU

더보기

시작 전에 nodejs툴을 설치해야 함.

Visual Studio Code로 작업할 것

메뉴의 Terminal → New Termina → npx create-react-app (상대폴더명) 입력 (기본적으로 현재폴더 '.' 이용)

→ npm start 로 개발 환경 진입

 

Comments