Last active
May 28, 2017 23:49
-
-
Save hskang9/720f7f611910ecadba86875becf813e1 to your computer and use it in GitHub Desktop.
Installing react on command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g react-vr-cli | |
react-vr init setup | |
cd setup | |
npm start | |
open http://localhost:8081/vr/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment