Workshop Slides: http://bit.ly/2JePKCB
This project was created using A-Frame framework.
- 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 installThen type the following to run the server.
npm run startApplication 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.