May 2018
Intermediate to advanced
470 pages
13h 54m
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 React 360 docs, so we will only summarize the steps, and point out the files relevant to developing the game.
Since we already have Node installed for the MERN applications, we can start by installing the React 360 CLI tool:
npm install -g react-360-cli
Use this React 360 CLI tool to create a new application and install the required dependencies:
react-360 init MERNVR
This will add the application with all the necessary files in a folder named MERNVR in the current directory. Finally, we can go into this folder from the command line, and run the application:
npm start ...
Read now
Unlock full access