Skip to content

서드 파티 라이브러리 없이 google maps api과 CRA TS로 지도 구현하기

Notifications You must be signed in to change notification settings

car-ffeine/google-maps-cra-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

서드 파티 라이브러리 없이 google maps api과 CRA TS로 지도 구현하기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published