0.0.2 • Published 7 years ago

react_vr_typescript v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-vr-typescript Build Status npm version Greenkeeper badge

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.