A Couple Ways to Test NPM Packages Locally
Testing NPM Packages locally is a necessity when doing Package development. You want to be able to install it into an example project and then see if everything works as expected. There are a couple ways to do this, some…