File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757yarn build
5858```
5959
60- It will make a dist folder which is your files to run the tryon.
60+ It will make a public folder which is your files to run the tryon.
6161
6262### how to try
63- Open the dist folder & run the index.html file in browser, make sure if you can roll index.html from a server, like localhost
63+ Open the public folder & run the index.html file in browser, make sure if you can roll index.html from a server, like localhost
6464
6565or use http-server to run the index.html file.
6666
@@ -73,7 +73,7 @@ yarn global add http-server
7373
7474once done run the command (assuming you are in Virtual-tryon folder)
7575```
76- http-server -p 3000 ./dist -o http://localhost:3000/index.html
76+ http-server -p 3000 ./public -o http://localhost:3000/index.html
7777```
7878
7979### For Developers
You can’t perform that action at this time.
0 commit comments