How to run development mix app in browser

Viewed 25

How to run development mix app in browser? I got a project from GitHub, but it doesn't run. I ran npm start, which isn't working, and when I run npm run dev, it shows how to run it, as well as the following:

> development
> mix


● Mix █████████████████████████ emitting (95%)
 emit




● Mix █████████████████████████ done (99%) plugins
 WebpackBar:done
















✔ Mix
  Compiled successfully in 3.97s

















   Laravel Mix v6.0.43


✔ Compiled Successfully in 3870ms
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────┐││                                                                                                             File │ Size     │────────────────────────────────├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────┤│                                                                                                       /js/app.js │ 695 KiB  │       css/app.css │ 26.8 KiB │└│                                                                                                      css/app.css │ 26.8 KiB │ebpack compiled successfully    └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────┘webpack compiled successfully

enter image description here

0 Answers
Related