WebXRWorkshop

FrontEndMasters 3D on the Web & WebXR Workshop

Stars
13

3D on the Web & WebXR Device APIs

This repository is created for FrontEndMasters 3D on the Web & WebXR course.

WebXR Gitbook: www.learnwebxr.dev

Course Outline

Installing

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:

  1. Clone Repository
git clone https://github.com/Yonet/WebXRWorkshop.git
  1. CD into folder
cd WebXRWorkshop
  1. Install TypeScript
npm install -g typescript
  1. Install dependencies
npm install
  1. Start it
npm run dev
  1. Visit http://127.0.0.1:3000/

  2. Edit project in VSCode

code .
  1. To get an HTTPS connection, run
npm install ngrok
ngrok http 3000
  1. Check the Forwarding ... https: line and visit the link