bizyness-auth-forms
v1.0.8
Published
This template provides auth forms for following; - Login - Register - Reset Password
Downloads
2
Readme
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:
- bizyness-auth-forms uses Vite for Fast Refresh
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