Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 484 Bytes

File metadata and controls

39 lines (22 loc) · 484 Bytes

@mgonc

Using (TBD)

Developing

  1. Download dependencies
yarn install
  1. Use nx generators to create the component
yarn generate:component <name-of-component>
  1. Use nx generators to generate the storybook documentation
yarn generate:storybook <name-of-component>
  1. Run the storybook to start developing
yarn dev

Publishing(TBD)

Further help

Visit the Nx Documentation to learn more.