Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 627 Bytes

office-vr

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.

What's ncluded

Install

npm i webpack -g
npm i webpack-dev-server -g
git clone [email protected]:Predhin/office-vr.git
cd office-vr
npm install
npm run dev

Then it will automatically open the application in your browser

For running from nodejs server(This is utlized for building on heroku server)

npm start