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
- 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