April 2020
Intermediate to advanced
716 pages
18h 55m
English
React 360 provides developer tools that make it easy to start developing a new React 360 project. The steps to get started are detailed in the official React 360 documentation, so we will only summarize the steps here and point out the files that are relevant to developing the game.
Since we already have Node and Yarn installed for the MERN applications, we can start by installing the React 360 CLI tool by running the following command in the command line:
yarn global add react-360-cli
Then, use this React 360 CLI tool to create a new application, and install the required dependencies by running the following command from the command line:
react-360 init MERNVR
This will add the new React 360 application with ...
Read now
Unlock full access