I had a react project created using create-react-app which I am now trying to convert to a monorepo architecture. I moved all the independent code in one package, p
create-react-app