spencerfeng-react-package
v1.3.0
Published
This is my react package.
Readme
Spencerfeng React Package
This is a base template that can be used for building a custom React Package.
How to use it
Install all dependencies
npm installBuild the package for local development
npm run build:devBuild the package for production
npm run build:prodHow to test the package in your local computer
Step 1
Build the package
Step 2
In the root of the package directory, run
npm linkStep 3
In the root of the React app where you want to use this package, run
npm link spencerfeng-react-package