Skip to content

rtzr/vito-api-react-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VITO Developer API React Sample

실행 방법

  1. yarn install or npm install
  2. yarn start or npm run start

env 설정

  1. .env 파일 생성
  2. REACT_APP_CLIENT_IDREACT_APP_CLIENT_SECRET 설정

참고: 만약 .env를 생성하지 않더라도, 실행 중에 client_idclient_secret을 입력할 수 있습니다.

기능

  • 파일 변환
  • 실시간 (예정)

예제

  • code을 참고하세요.