@nuskin/react-ui-components
v1.42.3
Published
A collection of react-based UI components in typescript.
Downloads
29
Keywords
Readme
React UI Components
Available Scripts
In the project directory, you can run:
yarn build
Builds the app for production to the dist
folder.
This transpiles the typescript code to js, and bundles it.
yarn test
Runs jest with coverage
yarn lint
Runs eslint, using a combination of google, and air-bnb standards
yarn serve
Used for development.
Runs the storybook app in the development mode.
Open http://localhost:6006 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Build
We're using webpack so we can bundle our js along with our transpiled typescript code We're bundling to ES modules (import/export) for better tree-shaking.
Contributing
TBD