Install dev deps after git clone the repo.
# npm is not allowed.
$ yarn
Transform with babel and rollup.
$ yarn build
# Build and monitor file changes
$ yarn build --watch
# This Step must only be executed in Build
$ yarn dev
TODO
$ yarn test
Install dev deps after git clone the repo.
# npm is not allowed.
$ yarn
Transform with babel and rollup.
$ yarn build
# Build and monitor file changes
$ yarn build --watch
# This Step must only be executed in Build
$ yarn dev
TODO
$ yarn test