First install the dependencies:
yarn- On *nix:
NODE_ENV=production yarn build- On Windows with CMD:
set NODE_ENV=production
yarn build- On Powershell:
$env:NODE_ENV = 'production'
yarn buildThen look inside the "build" folder.
yarn watchAnd then edit the files, they'll be rebuilt upon being changed.