A compoennt library for Moodvierse project
Install the library using yarn
yarn add moodiverse-lib
import 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 test
This library only related to Moodiverse project.