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. 👓 😲
- Host: GitHub
- URL: https://github.com/fourkitchens/reactvr-example
- Owner: fourkitchens
- Created: 2017-08-05T15:54:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T21:03:20.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T18:22:25.011Z (about 1 year ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 4
- Watchers: 25
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

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