Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 272 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 272 Bytes

VLLLiveClient

VLLLiveServerでStaticHostingして利用するためのプロジェクト

Setup

# 依存パッケージのインストール
npm install

development

# 起動
npm run start

build

# ビルド
npm run build