Localhost running on mac.. Can I view it on my Android phone?

前端 未结 11 1306
遥遥无期
遥遥无期 2021-01-30 04:59

Running a ruby on rails project on my mac. I need to test it on my android phone. Is there a way to view my mac localhost on my android phone?

11条回答
  •  灰色年华
    2021-01-30 05:36

    If you run your localhost with php the solution was replacing localhost with the Macs IP

    php -S 192.168.x.x:8080

    instead of

    php -S localhost:8080

提交回复
热议问题