Frontend/Next.js

1. Next.js 시작하기

섕걍 2023. 2. 15. 19:54

예전에 공부했던 글들은 비공개로 돌렸당
다시 해야지~~~


공식문서💖
https://nextjs.org/learn/foundations/about-nextjs/what-is-nextjs

Learn | Next.js

Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build pre-rendered applications, static websites, and more.

nextjs.org


1. Next.js란?

  • SSR을 가능하게 해주는 리액트 프레임 워크.
  • (리액트는 CSR)
  • SEO에 유리하다

2. Next 시작하기

공식문서 따라하기

npx create-next-app@latest --typescript

이렇게 이름이랑 시키는데로 했음..^^
이렇게 설치가 성공하면 npm run dev를 하면 된당