- Running
yarn installin the component's root directory will install everything you need for development.
yarn start-demowill run a development server with the component's demo app with hot module reloading.
yarn build && yarn testwill run the tests once.
-
yarn buildwill build the component for publishing to npmjs and also bundle the demo app. -
yarn cleanwill delete built resources.