Is there a way to run nrwl/nx next.js built app for production on localhost?
I tried using npm i -g serve and after serve -s in the folder of the next app, but the app appears without styles and navigation.
It seems that only index.html is present.
Do I have to use Vercel to deploy or is there a way to just test the performance of the bundled app on localhost?
