DEV Community

Cover image for React 360
Lankinen
Lankinen

Posted on

React 360

React 360 · Create amazing 360 experiences

npm install -g react-360-cli
react-360 init first-project
cd first-project
npm start
Enter fullscreen mode Exit fullscreen mode

http://localhost:8081/index.html

React 360 is a new name for React VR.


My example website:

react_360


Exploring React 360 VR Library

Check "Where to Go From Here"

Random ideas to try:

  • add something to index.html and see how it renders top of the 360 image
npm run bundle
Enter fullscreen mode Exit fullscreen mode

Everything used in static_assets needs to be copied to the new build directory under static_assets This directory need to be created there.

firebase login
firebase init
Enter fullscreen mode Exit fullscreen mode

Alt Text

firebase deploy
Enter fullscreen mode Exit fullscreen mode

Top comments (0)