npm run build should create css file in the public/build folder. Check if it created.
Make sure you are serving the public folder and therefore you cannot see public in the URL of your page.
I uploaded a video of what I'm doing from start to finish in case I'm missing something super obvious: /watch?v=qjG6cvp4jMQ
When installing Breeze on a fresh Laravel 9 installation on WSL 2 (Ubuntu), for some reason none of the CSS etc is being loaded. At the top of the login and register page it just shows "@vite( 'resources/css/app.css' 'resources/js/app.js' )", registering, logging in etc. does work though.
I've tried :
I even rebuilt the entire WSL image in case I'd somehow messed something up, using latest version of node.js & npm
Please or to participate in this conversation.