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

https://github.com/fourkitchens/reactvr-example

A simple React VR example. 👓 😲
https://github.com/fourkitchens/reactvr-example

Last synced: about 1 year ago
JSON representation

A simple React VR example. 👓 😲

Awesome Lists containing this project

README

          

# ReactVR Example
This repository contains a simple ReactVR sample that mimics the [Aframe example app](https://github.com/fourkitchens/aframe-boilerplate).

## [View the demo here](https://fourkitchens.github.io/reactvr-example/)
![test](https://user-images.githubusercontent.com/1127238/28998692-6d805f0a-79e6-11e7-838f-4742d84d6396.gif)

## Requirements
* Node.js
* [Yarn](https://yarnpkg.com)

## Setup
* Clone this repository.
* In this repository's root folder, run `yarn`.
* Run `yarn start` to start the WebVR app dev server.