-
Task: https://drive.google.com/file/d/1C148FRnWfXVoRDslDWcYac3bEhebdIAV/view
-
How to run the app:
to start app in browser - npm run dev
to build webpack - npm run build
to run storybook - npm run storybook
to run tests - npm run test
to clear jest cache - npx jest --clearCache
to import library styles - import '@vaverka/innowise-lab-internship-custom-components-lib/dist/css/styles.css';