Mojoauth JavaScript Library
How to Build
- Clone the Repo
- Run
npm i
- Run
npm run build | build:dev
to generate production and development build respectively.
NOTE: After running build command a build file will be generated in dist
directory. Use that to add mojoauth in your HTML.
Directory Structure
src
└── index.ts [entry file to the project]
└── api [contains api methods]
└── helpers [general helper methods]
└── schema [typescrit schemas]
└── ui [contains ui methods and ui helpers]
└── styles [scss files]