Movie App ๋ง๋ค๊ธฐ (1) ์์๋ nodejs, vscode, git์ ์ค์น๋ฅผ ํ๋ค.
์ค์น์ ์ด์ด์, vscode์ github๋ฅผ ์ฐ๋ํ๋ ๋ฐฉ๋ฒ์ด๋ค.
1. cmd์์ npx create-react-app {ํ๋ก์ ํธ ์ด๋ฆ} ์ ๋ ฅ
npx create-react-app movie_app
( create-react-app ๊ด๋ จ git : https://github.com/facebook/create-react-app )
react app์ด ๋ง๋ค์ด์ง๋ฉด movie_app ํด๋๊ฐ ์์ฑ๋๋ค.
2. cmd์์ 'code movie_app'์ผ๋ก vscode ์ด๊ธฐ
3. package.json ์์
"scripts" ๋ถ๋ถ์์ "start", "build" ์ ์ธํ๊ณ ์ญ์
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
}
4. vscode ํฐ๋ฏธ๋์์ npm start ์ ๋ ฅ ( vscode ํฐ๋ฏธ๋ ๋จ์ถํค : ctrl + ` )
๋ธ๋ผ์ฐ์ ๊ฐ ์ด๋ฆฌ๋ฉด์ ์ด ํ๋ฉด์ด ๋จ๊ณ ,
ํฐ๋ฏธ๋์๋ Local: httpL//localhost:3000, On Your Network: http://~:3000 ๋ผ๊ณ ๋ฌ๋ค.
5. vscode ํฐ๋ฏธ๋์์ git init ์ ๋ ฅ
6. github์ ๋ ํผ์งํ ๋ฆฌ ์์ฑ
7. vscode ํฐ๋ฏธ๋์์ git remote add origin https://github.com/{github์์ด๋}/movie_app.git ์ ๋ ฅ ํ commit & push
'React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
React - Movie App ๋ง๋ค๊ธฐ (1) (0) | 2021.05.20 |
---|