Skip to content

growing-scott/react-codelab-fundamentals

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CodeLab-React-Fundamentals

About

React ๊ธฐ๋ณธ ์ž‘์—… ํ™˜๊ฒฝ

  • babel ์„ ํ†ตํ•œ ES6 ๋ณ€ํ™˜
  • webpack-dev-server ์‚ฌ์šฉ
  • react-hot-loader ๋ฅผ ํ†ตํ•œ Hot Module Reload ์‚ฌ์šฉ

React CodeLab ์—์„œ ์ž‘์—…ํ™˜๊ฒฝ ์„ค์ •์„ ํ•  ๋•Œ ์‚ฌ์šฉ ๋œ ์ฝ”๋“œ ์ž…๋‹ˆ๋‹ค.

์„ค์น˜ํ•˜๊ธฐ

git clone https://github.com/velopert/react-codelab-fundamentals.git
npm install -g webpack webpack-dev-server
npm install
# npm install ๊ณผ์ •์ด ์˜ค๋ž˜ ๊ฑธ๋ฆฐ๋‹ค๋ฉด, ๋‹ค์Œ๊ณผ ๊ฐ™์ด node_modules.zip ์„ ๋‹ค์šด๋กœ๋“œ ๋ฐ›์•„์„œ ์••์ถ•์„ ํ•ด์ œํ•˜์„ธ์š”:
wget https://github.com/velopert/react-codelab-fundamentals/releases/download/1.0/node_modules.zip
unzip node_modules.zip -d node_modules

์‹คํ–‰ํ•˜๊ธฐ

npm run dev-server

์„œ๋ฒ„๋Š” ํฌํŠธ 4000 ์œผ๋กœ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค. ๋ณ€๊ฒฝ์€ webpack.config.js ์—์„œ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

About

Initial project used in React Codelab

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.1%
  • HTML 0.9%