Deploy web-build localhost

Hi,
I am testing expo and I find it really fantastic.
I created the first web build, I know how to deploy on netlify.

is it possible to test the build locally? I could not understand how to do it.

you can cd into the web-build directory and then run npx serve to try the release build locally.

i imagine you are already familiar with how to test a development build, eg: expo start --web

Thank you, i missed that part.

About expo start --web it seems to give me same output of expo start

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.