Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 251 Bytes

react-vote-11th

실행 방법

npm install
npm run dev
  • npm install : 필요한 모든 패키지를 설치합니다. 처음 1번만 실행하면 됩니다.
  • npm run dev : react(next) 웹서버를 localhost:3000에서 실행합니다.