marcocom / react-vr

Create 360 and VR content using React & TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create 360 and VR content using React & TypeScript

License:Other


Languages

Language:JavaScript 52.3%Language:TypeScript 30.8%Language:HTML 16.8%