Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 506 Bytes

Google Maps API with Create React App TypeScript

환경 설정

  1. API 키 발급 (결제 카드 등록 필요)
  2. 루트에 .env 파일 추가
  3. 다음과 같이 입력하기 ("문자열 처리", 세미콜론 금지;)
REACT_APP_API_KEY = 발급받은키

실행

  1. 패키지 설치
yarn

🤔 yarn 이 없다고 나온다면 npm i -g yarn을 먼저 실행하기

  1. 실행
yarn start