Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.25 KB

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