npm install
npm run build:dev
npm run build:prod
Build the package
In the root of the package directory, run
npm link
In the root of the React app where you want to use this package, run
npm link spencerfeng-react-package
npm install
npm run build:dev
npm run build:prod
Build the package
In the root of the package directory, run
npm link
In the root of the React app where you want to use this package, run
npm link spencerfeng-react-package