Skip to content

mfroment/aframe-ar-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFRAME AR Workshop

Setup for Mac

Install NodeJS (https://nodejs.org/en/)

On a terminal do:

git --version
cd ~/Desktop
git clone [email protected]:yannklein/aframe-ar-workshop.git
open .

Drag the "aframe-ar-workshop" folder into SublimeText

Back to the terminal:

cd aframe-ar-workshop
serve

In your browser go to this url: localhost:8000

Setup for Windows

Search for "Node.js prompt" in the Win menu search bar, open it and tap (press Enter after each line):

cd Desktop
git clone [email protected]:yannklein/aframe-ar-workshop.git

Drag the "aframe-ar-workshop" folder into SublimeText

Back to the terminal:

cd aframe-ar-workshop
http-server

In your browser go to this url: localhost:8000

Resource

Go further

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.6%
  • JavaScript 3.4%