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
- Host: GitHub
- URL: https://github.com/petetnt/react-vr-instagram
- Owner: petetnt
- License: mit
- Created: 2017-04-22T22:44:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T06:04:22.000Z (about 9 years ago)
- Last Synced: 2025-07-24T21:45:47.200Z (11 months ago)
- Topics: react, react-native, react-vr, webgl, webvr
- Language: JavaScript
- Homepage:
- Size: 634 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)