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