Skip to content

Mets-org/www.mets-svr.com

Repository files navigation

ローカル環境での開発

依存関係を用意する

npm ci

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

npm run start

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

npm run build