1.0.1 • Published 11 months ago

biz-npm-package v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Bizyness NPM Modules (React + TypeScript + Vite)

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