December 2019
Intermediate to advanced
474 pages
10h 3m
English
The React 360 CLI can be installed from npm by running the following command:
npm install -g react-360-cli
This will globally install the React 360 CLI from the npm package registry. After the installation process has completed, you can use it to create your first React 360 project by executing the following command:
react-360 init virtual-reality
By executing this command, a new React 360 project will be created called virtual-reality. All the packages that are required to run a React 360 application will be installed, such as react, react-native, react-360, react-360-web, and three. The three package installs three.js, a lightweight and easy to use JavaScript 3D library that comes with a default WebGL renderer. This ...