Office Desk Simulation application(webapp) is a VR application built using A-FRAME. It basically provided a Office Desk virtual reality experience to the user.
npm i webpack -g
npm i webpack-dev-server -g
git clone git@github.com:Predhin/office-vr.git
cd office-vr
npm install
npm run devThen it will automatically open the application in your browser
For running from nodejs server(This is utlized for building on heroku server)
npm start