Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 253 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 253 Bytes

2022 Dogvelopers FE - React 02

2022년도 개발자들 FE - 리액트 02

How to start

  1. Fork this repo
  2. Clone forked repo
  3. Install dependencies
yarn
# or
npm install
  1. Start project
yarn start
# or 
npm start