Skip to content

yannklein/aframe-ar-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFRAME AR Workshop

Setup for Mac

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

On a terminal do:

git --version
npm install http-server -g
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
http-server

In your browser go to this url: localhost:8080

Setup for Windows

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

npm install http-server -g
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:8080

Resource

Go further