Skip to content

alcamic/ar-vr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONFIGURATION AR VR

  1. donwload and install node.js
  2. clone this repository
git clone https://github.com/alcamic/ar-vr.git
  1. install aframe in terminal
npm install aframe
  1. install five server for hosting
 npm i -g five-server@latest; five-server --port=8000
  1. make sure your package.json in same with in repository or you can copy this in your package.json
{
  "name": "aframe",
  "version": "1.0.0",
  "dependencies": {
    "aframe": "^1.7.1"
  },
  "scripts": {
    "start": "live-server --port=7000",
    "deploy": "ghpages"
  },
    "devDependencies": {
    "ghpages": "0.0.3",
    "live-server": "^1.2.0"
  }
}
  1. to run for hosting , type in your terminal
npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages