classicmatsuo / WebXRWorkshop

FrontEndMasters 3D on the Web & WebXR Workshop

Home Page:https://frontendmasters.com/courses/3d-webxr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D on the Web & WebXR Device APIs

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

FrontEndMasters 3D on the Web & WebXR Course Preview

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.

How to set up remote development with Github Code Spaces and VS Code

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

About

FrontEndMasters 3D on the Web & WebXR Workshop

https://frontendmasters.com/courses/3d-webxr/


Languages

Language:TypeScript 100.0%