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