Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.19 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.19 KB

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