Workshop Slides: http://bit.ly/2JePKCB
This project was created using A-Frame framework.
This is the starter project that will be used during the workshop. For the completed project, please go to the following link: https://github.com/kunzleigh/AFrameTargetPractice
- Download NodeJS
- IDE of your choice. We will be using Visual Studio Code
- Android Phone with Chrome or Firefox installed
Open up a terminal and run npm install
to install the required dependencies. This only needs to be done once.
npm install
Then type the following to run the server.
npm run start
Application will be served in http://localhost:5000
.
If you're using your Android Phone to connect, replace localhost
with your actual IP:
http://192.168.x.x:5000/
You may have to allow port 5000
from your development machine for the phone to connect.