Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 323 Bytes

環境構築

# yarnが入っているかの確認
yarn -v
# yarn入ってない場合
npm install -g yarn
# クローン(最初の一回のみ)
git clone https://github.com/GiikuCAMPvol1/frontend.git

# 最新のパッケージインストール
yarn install

# 開発サーバー起動
yarn dev