[](http://cicd-sonarqube.alpha5.needham:9000/dashboard?id=ui-common) [




* Product dependencies
* Build dependencies
This library depends on your application using React >= 18.2.0
sh
yarn install @bluearchive/ui-common
`
$3
`js
import React from 'react';
import { ThemeProvider } from 'styled-components';
import { Theme, muiTheme } from '@bluearchive/ui-common';
import { MuiThemeProvider } from '@material-ui/core/styles';import App from './App';
ReactDOM.render(
,
document.getElementById('root')
);
`
$3
`js
REACT_APP_REPORT_ERRORS=true // used for enabling local non-production
REACT_APP_BUILD_VERSION="dev" // build/release string
REACT_APP_REPORT_ERRORS_DEBUG=true // allow sentry debug output to console
`Available Scripts
In the project directory, you can run:
$3
Cleans out the
dist` folder which contains the library assets for publishing to npmBuilds the library assets in preparation for publishing to npm
Starts the storybook application which drives the development environment for this library.
Builds the storybook application which drives the development environment for this library.