Authentication System Inspired by Auth0
Links to Documentation: Docs.md
Links to NPM Package: Npm
npm init -w <work-space-name>: Create workspace foldernpm run <script name> <npm-options> -w <workspace-name> -- <script options>: Run script
Dev: npm run dev: runs bothfrontendandbackendproject sequentially.Build: npm run build: Runsbuildcommand in all workspacesPack: npm run pack: Packs the package into tarball so that it can be inspectedVersion: npm run version [args: major | minor | patch]: Increment thepackage.jsonversion of backend.Publish: npm run publish:dry: Dry runnpm run publishto check its contentsPublish: npm run publish: Publish the package to the npm registry
npm run pack: Packsauthsinto a tarball- Extract tarball and setup test project.
- Run Project
npm run publish:dry: Runsnpm publishcommand without publishing it to npm registry and check publish log.