hy57in / Next.js-practice

Next.js 연습 저장소

Home Page:https://next-project-hy57in.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-project

How to start?

mkdir next-project
cd next-project
yarn init -y
yarn add react react-dom next

package.json 에 추가하기

"scripts": {
  "dev": "next",
  "build": "next build",
  "start": "next start"
}

실행하기
yarn dev

배포주소

Directory

pages  
├── index.js  
├── profile.js  
└── p  
    └── [profile].js  
components  
├── Header.js  
└── Layout.js  

About

Next.js 연습 저장소

https://next-project-hy57in.vercel.app/


Languages

Language:JavaScript 100.0%