How To Run Web Project
-
Open command prompt window CMD+J and execute the command --> npm install
This will take some time to download a few Packages so wait for a few minutes.
-
After npm install finishes run this command --> npm run dev.
This Command will Start the development mode. Check If everything is working fine then your are good to go ahead.