-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we run this? #2
Comments
HOW TO RUN THE PROJECTInstall http-server:
Navigate to the project directory:
Start the local server:
Open the project in your browser:
|
Great thanks, will give it a go |
You need to install http-server globally. With |
哈哈哈哈 如果是用的vscode , 安装了live-serve插件, 直接 ctrl+l 再按o就好了 |
python -m http.server 9000 |
If you are using vscode, you can install the extension Live Server, go to your inde.html and at the bottom of your window you will find a button Go live, then go to http://localhost:5500/index.html and you will get your page :D. |
If you are using Visual Studio Code you can install the extension Live Server and use it with the index.html file |
run |
|
I use See also #17 (comment). |
Easier way, use the website created by the creator himself: https://bgstaal.github.io/multipleWindow3dScene/ |
BTW, close this issue. |
|
Espero que los siguientes datos sean para la vejez de México en mi idioma
gracias
Único dueñoDarioRodolfo
El mar., 28 de noviembre de 2023 20:37, Muhammad Mujtaba Raza <
***@***.***> escribió:
…
1. If you are new firstly download, Node JS by searching on the
browser and downloading (.msi) file
2. After downloading successfully, Search Enviorment Variable on Start
and click "Enviorment Variable" and then click New.. Afterward save your
Node Js location into it. In my case ("C:\Program Files\nodejs") and click
save.
3. Then open cmd and Clone the repository
4. Install http-server:
" npm install http-server
"
5) ## Navigate to the project directory:
"
cd multipleWindow3dScene
"
6) ## Start the local server:
"
http-server
"
7) ## Open the project in your browser:
"
Open browser and search for
http://127.0.0.1:8080
http://192.168.1.10:8080
"
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEJM2TMCEAGDQS2HK6522GLYG2NXFAVCNFSM6AAAAAA7YDORKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZRGEYTSMJVGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
i also tried with python |
Worked like a charm on mac |
Sorry if this is a dumb question, but how do we run this code?
I tried loading the html file in a browser, but got errors in the browser console...
Please advise (in simple terms!) how we run this amazing code.
Thanks
The text was updated successfully, but these errors were encountered: