Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 550 Bytes

Deploy Project

-->> Go to Package.json File. -->> Uninstall all unnecessary dependencies file. -->> Uninstall all testing packages and web vitals.

npm uninstall @testing --- web vitals

-->> Add devDependencies

npm i gh-pages -D

-->> Add home path above the dependenncy section

-->> Add Scripts

"predeploy": "npm run build",

"deploy": "gh-pages -d build",

-->> Save package.json file -->> Open VS code terminal -->> Type

npm run deploy

-->> Sucessfully Deploy Project