Skip to main content

How To Run Web Project

  1. 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.

  2. 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.