728x90

React는 웹 및 사용자 인터페이스를 위한 라이브러리로

요즘 백엔드 JSP, ASP.NET등과 함께 React와 같이 사용해서

프로젝트를 많이 진행하고 있다.

 

※ 공식 홈페이지

https://react.dev/

 

React

React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly combine components written by independent people, teams, and organizati

react.dev

 

※ 실행 화면

1. 생성

npx create-react-app my-app

 

2. 실행 후 브라우즈 화면

 

 

PS. npx 에러시 아래 명령 실행

npm uninstall -g create-react-app
728x90
반응형

+ Recent posts