https://github.com/rbhatia46/react-vr-trip
A simple Virtual Reality app built using React VR to offer a Panoramic 360 Travel Expirience in the browser, covering 6 locations as of now(more coming soon).
https://github.com/rbhatia46/react-vr-trip
react-vr reactjs travel
Last synced: 7 months ago
JSON representation
A simple Virtual Reality app built using React VR to offer a Panoramic 360 Travel Expirience in the browser, covering 6 locations as of now(more coming soon).
- Host: GitHub
- URL: https://github.com/rbhatia46/react-vr-trip
- Owner: rbhatia46
- Created: 2018-07-08T16:41:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T19:32:16.000Z (about 7 years ago)
- Last Synced: 2025-01-24T18:37:02.119Z (9 months ago)
- Topics: react-vr, reactjs, travel
- Language: JavaScript
- Homepage:
- Size: 50.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VR-Trip
A simple Virtual Reality app built using React VR to offer a Panoramic 360 Travel Expirience.**I strongly recommend running the app on Firefox(latest nightly build recommended) instead of Chrome for VR Support and best performance.**
## How to run the app :
* Clone this repository
* Install the dependencies inside the project folder
```
npm install
```
* Run the dev server
```
npm start
```You app will run on **localhost:8081/vr** by default.