@touchtech/web-auth
v3.1.2
Published
Web Auth
Maintainers
Keywords
Readme
Web Auth
Example of how to develop with a local version of web-auth from the web-user-management project:
From web-auth:
npm linkFrom web-user-management:
npm link @touchtech/web-authFrom web-auth (if you're running into issues with react and react-router-dom):
npm link ../web-user-management/node_modules/react ../web-user-management/node_modules/react-router-domFrom web-auth:
npm run build # or `npm run dev` for hot reloadingFrom web-user-management:
npm run startYou may use npm ls --depth=0 --link=true if you want to list the symlinks for the current project.
