web-react-sdk-blobus
v0.0.7
Published
Reusable auth form made by mehira
Downloads
5
Readme
Testing process
- Just run
npm run dev
(make sure you are in the libs/web-react-sdk folder)
Building/Publishing Process
The build steps of Mehira is the following:
- run npm run build (make sure you are in the libs/web-react-sdk folder)
- Move the builds from dist files to public and rename them to scripts.js
- increment the package.json version,
- run npm publish.