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
- Install NodeJS (https://nodejs.org/en/)
- Install Git (https://git-scm.com/download/win, during the installation select the option "use git from a Win command prompt"
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