A compoennt library for Moodvierse project
Install the library using yarn
yarn add moodiverse-libimport Component from 'moodiverse-lib/components'
const App = () => {
return <Component />
}Language Typescript
Styling TailwindCSS
Library Bundle Rollup, Babel, Postcss
Testing Jest
Work Optimisation Storybook
To run tests, run the following command
yarn testThis library only related to Moodiverse project.