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

https://github.com/petetnt/react-vr-instagram

👀 React VR Instagram experiment
https://github.com/petetnt/react-vr-instagram

react react-native react-vr webgl webvr

Last synced: 3 months ago
JSON representation

👀 React VR Instagram experiment

Awesome Lists containing this project

README

          

# React VR Instagram

`WebVR` experiment on building Instagram UI with `WebGL`

## Installation

Clone the repo

``` bash
git clone https://github.com/petetnt/react-vr-instagram
```

Install deps

``` bash
yarn

# or

npm install
```

Run the app

```
yarn start

# or

npm start
```

The app should be running at [http://localhost:9666](http://localhost:9666)