Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 266 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 266 Bytes

ローカル環境での開発

依存関係を用意する

npm ci

開発サーバーを起動する (localhost:3000)

npm run start

ページファイルをビルドする

npm run build