Skip to content

xrchisense/xrevent-creator-react

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 71 commits ahead, 15 commits behind main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

XRevent-Creator-React

Abstract

Description

Installation (Developer Toolchain)

Requirements

  • Node.js
  • npm
  • react-unity-webgl
  • react-bootstrap

React Unity WebGL

  1. Download Node.js (LTS) from https://nodejs.org/en/ and install.
  2. The Installer will also install npm (Node Package Manager) that helps to install packages.
  3. Clone the repository to your local disk. Use the "git clone --recurse-submodules" to get all submodules instantly. (3.5. If you already cloned the project and forgot --recurse-submodules, you can combine the git submodule init and git submodule update steps by running git submodule update --init. To also initialize, fetch and checkout any nested submodules, you can use the foolproof git submodule update --init --recursive.)
  4. Switch to the project root and type 'npm i' to initialize the project. This will download the missing modules used in the project. For example it will download 'react-unity-webgl' and 'react-bootstrap' as those are modules used by the project.
  5. The project should be good to go. Copy the current Unity WebGL build to the public folder and try 'npm start'.

Building the Application

  1. 'git clone ' to clone (copy) the remote repo to a local
  2. Switch to the new directory that has been created.
  3. 'git checkout develop' to switch to developer branch. The main branch is always empty.
  4. 'npm i' to initialize the project. This will copy node modules to the folder (dependencies).
  5. To start the project locally use 'npm start'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published