설치

터미널을 사용하여 Voxer 프로젝트를 시작합니다.

새 프로젝트 생성

Yarn
yarn create voxer <project-name>
NPX
npx create-voxer <project-name>
NPM
npm init voxer <project-name>
PNPM
pnpm create voxer <project-name>