[1886px] Next.js

김유민·2021년 10월 2일

Next.js 란?

React의 SSR(Server Side Rendering)을 쉽게 구현할 수 있게 도와주는 간단한 프레임워크

Next.js 시작하기

npx create-next-app
npm install next react react-dom
npm run dev	//실행

Github에 업로드

git remote add origin {레포지토리 주소}

0개의 댓글