- First make a package.json file using npm command
$ npm init - Then type second command to get express
$ npm i express - Now you can check your dependences in package.json
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
.div1{
font-family: 'Special Elite', cursive;
}- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory.
- Type
git clone https://github.com/Sagar-Sharma-7/Password-Generator.git - Press Enter to create the clone of this repositary.

