Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 249 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 249 Bytes

2022 Dogvelopers FE - React 01

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

How to start

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