oneauth-sdk-react
v0.0.72
Published
OneAuth SDK for React
Downloads
50
Readme
OneAuth SDK
This is oneauth SDK for react
Tutorial to make sdk
https://betterprogramming.pub/how-to-create-and-publish-react-typescript-npm-package-with-demo-and-automated-build-80c40ec28aca
Test with
https://dev.to/erinbush/npm-linking-and-unlinking-2h1g
npm link
# Run this to create node_modules in project you want to test
npm link <name-of-package>
# To remove, in the project
npm unlink --no-save <name-of-package>
# OR if you want to remove from package.json too!
npm unlink <name-of-package>
# In the package
npm unlink