nextjs,tailwindcss,vercel

๋ฆฌ์•กํŠธ / Next.js ๊ธฐ์ดˆ - ๋ฆฌ์•กํŠธ ํ”„๋กœ์ ํŠธ ์‹œ์ž‘ํ•˜๊ธฐ

์ฃผ์˜ ๐Ÿฑ 2024. 5. 21. 01:23
728x90
๋ฐ˜์‘ํ˜•

Next.js๋Š” ๋ฆฌ์•กํŠธ ๊ธฐ๋ฐ˜ ํ”„๋ ˆ์ž„์›Œํฌ๋กœ ๋ฆฌ์•กํŠธ์— ๋Œ€ํ•ด ์–ด๋Š์ •๋„ ์•Œ๊ณ  ์žˆ์œผ๋ฉด ์ข‹๋‹ค. 

 

๋กœ์ปฌ์—์„œ ํ”„๋กœ์ ํŠธ ๊ตฌ์ถ•ํ•˜๊ธฐ

create-react-app์„ ์‚ฌ์šฉํ•ด์„œ ์ž๋™์œผ๋กœ ๋นŒ๋“œ ๊ฐ€๋Šฅํ•˜๋‹ค. 

npx create-react-app@latest react-sample --template typescript

cd react-sample
npm run start

 

์‹คํ–‰ํ•˜๋ฉด localhost:3000 ์—์„œ ํ™•์ธ ๊ฐ€๋Šฅํ•˜๋‹ค. 

 

 

 

๋ฐ˜์‘ํ˜•