FRONT-END/REACTJS

작업 환경 설정

JINGMONG 2021. 12. 17. 01:11

Node.js와 npm

https://nodejs.org/ko/

 

Node.js

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

nodejs.org

yarn

https://classic.yarnpkg.com/en/docs/install#windows-stable

 

Yarn

Fast, reliable, and secure dependency management.

classic.yarnpkg.com

git

https://git-scm.com/downloads

 

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

VS Code

https://code.visualstudio.com/

 

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

 

'FRONT-END > REACTJS' 카테고리의 다른 글

컴포넌트  (0) 2021.12.19
JSX 문법  (0) 2021.12.18
JSX  (0) 2021.12.18
리액트 프로젝트 생성하기  (0) 2021.12.17
리액트 시작  (0) 2021.12.17