Node.js >= 8 must be installed.
- Running
npm installin the component's root directory will install everything you need for development.
npm startwill run a Storybook with the component's demo app at http://localhost:6006 with hot module reloading.
npm testwill run the tests once.
-
npm run buildwill build the component for publishing to npm. -
npm run cleanwill delete built resources.