/interview-react-material

React-based wrapper for the Decisively Interview SDK. Uses Material-UI as the base UI

Primary LanguageTypeScript

INTERVIEW-REACT-MATERIAL

Development

# register the package locally
yarn link

# start the project with typescript watch auto compile
yarn dev

In the the target project

# link and install the package
yarn link "@decisively-io/interview-react-material"
yarn add "@decisively-io/interview-react-material"