ts-styled-library
v0.2.1
Published
`yarn build`
Readme
Typescript, React, styled component library boilerplate
yarn build
yarn publish
Get yarn link to work while developing
Make sure peer-installs runs by doing yarn install.
Navigate to /node_modules/react and run yarn link
Now navigate into the host project and run yarn link react
Read in detailed description here: https://dev.to/yvonnickfrin/how-to-handle-peer-dependencies-when-developing-modules-18fa
