Skip to content

YNUWAIWAI/werewolf-client

Repository files navigation

werewolf-client Build Status Storybook codecov CircleCI Crowdin

必要なもの

  • Node.js (latest stable)
  • npm (latest stable) または yarn (latest stable)

バージョンはそのうち固定する.

コマンド

package.jsonのscriptsのところに書いてある.

yarn build

src/をproductionモードでビルドし,'../public/javascripts'に吐く.

yarn build:watch === yarn start

src/をdevelopmentモードでビルドし,'../public/javascripts'に吐く.

yarn test

テスト

yarn test:watch

テスト

LICENCE

MIT