How to use one Reactjs project as a dependency in another reactjs project

58 views Asked by At

I have two react.js projects one is major project other is minor , both I have created using create-react-app. Now I want to use minor project as a local dependency in my other project without creating npm package.Both projects are in single repo

0

There are 0 answers