Components library for build modern web applications 🤘 inspired in Tailwindcss
Documentation at: Website
nx g @nrwl/react:app {app-name}
nx serve {app-name}
This section contains all the comands related to libraries manipulation in the workspace.
nx g @nrwl/react:library {lib-name} --publishable --importPath="@dash-ui-lib/{lib-name}" --tags="components,ts,dash-ui,react,react-native,js,sass"
npx nx g @nrwl/react:component {component-name} --project={lib-name} --export
nx g @nrwl/react:hook {hook-name} --project={lib-name}
This section contains all the comands related with tests for the workspace
npx nx test {lib-name}
nx run {lib-name}:storybook
nx generate @nrwl/react:storybook-configuration --name={lib-name} --configureCypress --tsConfiguration=true
nx g @nrwl/react:stories --name={lib-name} --ConfigureCypress
npx nx lint {lib-name}
nx build {lib-name}
cd /dist/libs/{lib-name}
npm publish --access public
nx serve {app-name}