Skip to content

kunzleigh/AFrameTargetPractice-Starter

Repository files navigation

AFrameTargetPractice

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

Environment Setup

Running the server

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published