novatics-ui
v0.0.1
Published
## Using (TBD)
Downloads
1
Readme
@novatics-ui
Using (TBD)
Developing
- Download dependencies
yarn install
- Use nx generators to create the component
yarn generate:component <name-of-component>
- Use nx generators to generate the storybook documentation
yarn generate:storybook <name-of-component>
- Run the storybook to start developing
yarn dev
Publishing(TBD)
Further help
Visit the Nx Documentation to learn more.