I am new to react. I want to build a npm reactjs library. I have a reactjs project and I want to general it as a package(library) that can be used by other project. For example, people can use "npm install" command to import my project.
I am new to react. I want to build a npm reactjs library. I have a reactjs project and I want to general it as a package(library) that can be used by other project. For example, people can use "npm install" command to import my project.