Node.js >= v8 must be installed.
- Running
yarn install
in the component's root directory will install everything you need for development.
yarn storybook
will run a storybook server with the component's demo views at http://localhost:9001.
-
yarn test
will run on every change, only the tests related to what has changed -
yarn test:all
will run all the tests once
-
yarn build
will build the component for publishing to npm. -
yarn clean
will delete built resources.