Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tstreamdoth/react360-devc
https://github.com/tstreamdoth/react360-devc
react react360
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tstreamdoth/react360-devc
- Owner: tstreamDOTh
- Created: 2019-08-15T14:41:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T07:36:35.000Z (about 2 years ago)
- Last Synced: 2024-10-28T16:53:51.557Z (3 months ago)
- Topics: react, react360
- Language: JavaScript
- Size: 7.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo for DevC Build Days talk about react-360
### To kickoff the project
First clone the project (If you dont have git, check out - )
`git clone https://github.com/tstreamDOTh/react360-devc.git`
Change the directory to your project
`cd react360-devc`
Install all dependencies (Described in package.json)
`npm install`
Launch your react-360 app
`npm run start`
If you find any issues or face any problem installing, create a new new github issue on github or reach me on twitter https://twitter.com/TheWizardJS
### Some awesome videos to start with
- [Shay Keinan's "React360: 2D to 3D"](https://www.youtube.com/watch?v=QKpHG294lf4)
- [Howard Jian's "React VR Demo - Getting Started with React VR"](https://www.youtube.com/watch?v=PnYhS4Ygs3s)### Docs
- [Facebook React 360 page](https://facebook.github.io/react-360/)
- [React 360 on Github](https://github.com/facebook/react-360)