pratham-ak2004 / passwardmanager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passwardmanager

Working of this project

step 1 : clone the repository password manager

git clone https://github.com/ChiragKpoojary/passwardmanager
cd passwardmanager

step 2 : install dependencies using the bash script. The bash script can be run using Ubuntu terminal or git bash in windows. It will install dependencies for both client and sever

sh run.sh install

step 2 : run the development client and server host in separate terminal using the script

sh run.sh client
sh run.sh server

To expose the client host to the network, run the below bash command

sh run.sh host

Installing specific package

sh run.sh install <directory> <package>

directory: client || server package: any npm package

About


Languages

Language:JavaScript 66.3%Language:CSS 13.8%Language:HTML 12.0%Language:Shell 7.9%