xxxxxxxxxx
/* If on localhost */
/* run the following command in your terminal */
npm install && npm run build
/* OR */
npm install && npm run dev
/* If on Webhost */
Copy the "public" folder in your laravel folder. Also check if your
"public" folder has a "build" folder.
if it does not have the "build" folder,
Step 1: run "npm install && npm run build" on your local project.
Step 2: copy over your "build" folder.