1.0.8 • Published 1 year ago

bizyness-auth-forms v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Bizyness Auth Forms (React + TypeScript + Vite)

This template provides auth forms for following;

  • Login
  • Register
  • Reset Password

Currently, bizyness has official plugin for authentication forms:

Development steps to run it locally

Take git clone of this repository, then execute following commands in the root directory of folder:

npm install
npm run dev

Publish steps to deploy it for production

  • As per changes, update the version number in package.json file
npm login
npm run build
npm publish

Skip second step if you are already login to npm in your terminal