#how to access Laravel app page when using npm run.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
npm run dev is the Vite dev server, you run that alongside of however you're running your Laravel app. So if you're using artisan serve you also need to run that.
what does that mean
as in do i need to have 2 terminals open and in one i do npm run dev and in another i do php artisan serve
sorry i am abit confused english isnt my first language thank u for the help
ok thanks