This repository is created for FrontEndMasters 3D on the Web & WebXR course.
WebXR Gitbook: www.learnwebxr.dev
- Introduction to 3D on the Web & WebXR
- 3D Libraries
- Building 3D Scenes
- Virtual & Augmented Reality(VR/AR)
- Resources
You can run this repo by clicking green code button and choosing "open with CodeSpaces" from the dropdown. With CodeSpaces, you can run Visual Studio Code on your browser and code from anywhere. Sign up for CodeSpaces Beta and see the video for details.
If you want to setup your own local environment follow the steps here:
- Clone Repository
git clone https://github.com/Yonet/WebXRWorkshop.git
- CD into folder
cd WebXRWorkshop
- Install TypeScript
npm install -g typescript
- Install dependencies
npm install
- Start it
npm run dev
-
Visit http://127.0.0.1:3000/
-
Edit project in VSCode
code .
- To get an HTTPS connection, run
npm install ngrok
ngrok http 3000
- Check the
Forwarding ... https:
line and visit the link