Node.js — Run JavaScript Everywhere
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js — Run JavaScript Everywhere
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Getting Started | Create React App
Create React App is an officially supported way to create single-page React
- 리엑트 프로젝트 생성 명령어
npx create-react-app [내 프로젝트 명]
-폴더 이동 명령어
cd [내 프로젝트 명]
-실행하기
npm start
npm start
p4rksk