I have work recently on a laravel / vue js project with inertia js and tailwind css. On my local machine the project works well, but i tryed to put on production (online server) and i can see a white screen . In local development it is enough to write “npm run dev” but on production i don’t a clue of what to do. Pls help me . i have already been “npm run build” before compressing in zip the project. this is a preview of my .htaccess file .
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
henoc bessa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1