Well the error is pretty clear here. It's using the wrong path here. It looks like you're running windows. I've never tried php artisan serve myself on windows it looks like it should be working just fine as far as I know.
So I was able to start the server with php -S 127.0.0.1:8000 server.php bu I am getting
/css/app.css - No such file or directory
/js/app.js - No such file or directory
because it can't find the public folder even though those folders and files do exist in the public folder. How do I changethis>