How to preview remix application on mobile ? #9912
-
I want to preview the dev build on mobile, to fix some mobile specific issues. I'm using tailwind CSS, and I have some custom CSS as well. |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Aug 26, 2024
Replies: 1 comment
-
In Vite, if you add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ishub-mobi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Vite, if you add
--host
it will give you the IP address, this is part of Vite not Remix.