Tour-Guide shared library
npm install tour-guide-shared-libraryTour-Guiding Shard library
bash
yarn storybook
`Link to an extrnal project
`bash
npm link
And on the external project
npm link tour-guide-shared-library
`Build
As of 12-3-2021: Using Rollup to build the library.
Output folder is: 'dist'
-Webpack files are deprecated
`bash
yarn build
`Publish
`bash
Remember to increase version number
yarn publish
``