mehira-auth-form-widget
v0.0.12
Published
Reusable auth form made by mehira
Downloads
6
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.