2018年6月27日 星期三

HWU VR Project


1. Download html folder
2. Unzip html
3. cmd
4. cd E:\Course1062\project
5. ipconfig
6. dotnet new web -o html

7. 修改 Program.cs
     .UseUrls("http://192.168.225.xxx:5000")
8. 修改 Startup,cs
     app.UseStaticFiles();

9. Copy html into html

10. cd html
11 dotnet run
12. Chrome http://192.168.225.xxx:5000/s1.html

13. iphone http://192.168.225.xxx:5000/s1.html
14. Android http://192.168.225.xxx:5000/s1.html

沒有留言:

張貼留言