An open API service indexing awesome lists of open source software.

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).

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.