Skip to content

Instantly share code, notes, and snippets.

@inancgumus
Last active March 21, 2017 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inancgumus/478ac54e68091cfdc2a088ceece21a66 to your computer and use it in GitHub Desktop.
Save inancgumus/478ac54e68091cfdc2a088ceece21a66 to your computer and use it in GitHub Desktop.
downloads, installs and opens the sample page
#
# run me by typing this:
#
# bash <(curl -s https://gist.githubusercontent.com/inancgumus/478ac54e68091cfdc2a088ceece21a66/raw/4220d45c3e9c15bbabc596c0d086b32be3416cbe/installing-react-vr.sh)
#
curl https://s3.amazonaws.com/static.oculus.com/reactvr/React_VR_Prerelease.zip
unzip React_VR_Prerelease.zip && mv preview react-vr && rm -f React_VR_Prerelease.zip
cd react-vr
npm i && npm start
open http://localhost:8081/Samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment