How to disable artisan serve

166 Views Asked by At

I tried to run serve -s build in my React app after running npm run build. I get the following error.

Could not open input file: artisan

I think this artisan is from Laravel. How can I run npm serve command rather than Laravel's one.

0

There are 0 best solutions below