react-vr-typescript
v0.0.5
Published
A simple boilerplate to create React VR applications with TypeScript.
Downloads
3
Readme
react-vr-typescript
Create amazing 360 and VR content using React & TypeScript
Installation
Using yarn into a fresh project:
yarn add react-vr-typescript
Or with Git:
git clone https://github.com/yamafaktory/react-vr-typescript.git
cd react-vr-typescript
yarn
Usage
Start the application server by running:
yarn start
When the server has booted, you can access your application by navigating to http://localhost:8081/vr/ in your web browser.
Credits
This project is based on the awesome https://github.com/facebook/react-vr and just adds TypeScript support. Please check the React VR project documentation for any help.
License
See the original React VR license React VR.