Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 350 Bytes

npm.md

File metadata and controls

27 lines (18 loc) · 350 Bytes

Npm

ローカルプレビュー (Node.js)

コマンドを実行すると、 http://localhost:8080 にホストされます

npm run start

コード整形(Node.js 環境必須)

npm run format

Push する前にすること

npm run build

テストコードを実行する (Node.js)

npm run test