- Yarn 1.x
- Running
yarn install
in the components's root directory will install everything you need for development.
yarn start
will run a development server with the component's demo app at http://localhost:3000 with hot module reloading.
yarn run build
will build the component for publishing to npm.yarn run format
format all JSX code using prettier.