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