๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Web/React

Getting started with react

๋ฐ˜์‘ํ˜•

 

์„ค์น˜ ์—†์ด ๋ฐ”๋กœ ์›น์—์„œ ํ•  ๋•Œ!

 

https://stackblitz.com/

 

StackBlitz | Instant Dev Environments | Click. Code. Done. - StackBlitz

Instant dev experiences Wait, I can enjoy web dev again? Significantly reduce time to market with matchlessly secure, instantly reproducible, fullstack dev environments which boot in milliseconds.

stackblitz.com

 

 

node.js ์„ค์น˜ํ•˜๊ธฐ

https://nodejs.org/ko

 

Node.js

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

nodejs.org

 

๋ฆฌ์•กํŠธ ํ”„๋กœ์ ํŠธ ํด๋”๋ฅผ ์ƒ์„ฑํ•˜๊ณ  ์‹คํ–‰ํ•˜์ž

npx create-react-app my-app
cd my-app
npm start

 

 

๋ฐ˜์‘ํ˜•