Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 367 Bytes

File metadata and controls

19 lines (14 loc) · 367 Bytes

📍  Getting Stated

  • git clone 명령어
mkdir photolog_client
cd photolog_client
git clone https://github.com/Elice-SW-Engineer-Project-2/Photolog_Client_Repository.git .
npm install
vi .env
  • Frontend env 파일 (.env)
REACT_APP_KAKAOMAP_API_KEY= {YOUR_KAKAOMAP_API_KEY}
REACT_APP_API_BASE_URL= {YOUR_API_REQUEST_BASE_URL}