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