userfront-core
Userfront core JS library
File Explorer
Download Latest Version (.zip)- run-tests.yaml
- api.js
- authentication.js
- constants.js
- cookies.js
- index.js
- link.js
- login.js
- logout.js
- mfa.js
- mode.js
- password.js
- password.migrate.js
- pkce.js
- refresh.js
- saml.js
- session.js
- signup.js
- sso.js
- store.js
- tokens.js
- totp.js
- url.js
- user.js
- user.methods.js
- utils.js
- verificationCode.js
- assertions.js
- utils.js
- api.spec.js
- authentication.spec.js
- cookies.spec.js
- init-ssr.spec.js
- init.spec.js
- link.spec.js
- login.spec.js
- logout.spec.js
- mfa.spec.js
- mode.spec.js
- password-migrate.spec.js
- password.spec.js
- pkce.spec.js
- refresh.basic.spec.js
- reset.spec.js
- saml.spec.js
- session.spec.js
- signup.spec.js
- singleton.spec.js
- sso.spec.js
- tokens.spec.js
- totp.spec.js
- url.spec.js
- user.spec.js
- utils.spec.js
- verificationCode.spec.js
- index.d.ts
- .gitignore
- .nvmrc
- .prettierrc.yml
- package-lock.json
- package.json
- README.md
- rollup.config.mjs
- tsconfig.json
- vitest.config.mts
# Installation Guide
1. Get the code
git clone https://github.com/userfront/userfront-core
Downloads the entire project code from GitHub to your computer.
cd userfront-core
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
