Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 419 Bytes

React XR UI Improved

Improving and testing features before pushing to react-xr-ui.

Getting Started

Start app in development mode:

nvm use # uses supported Node version for this project
npm install
npm start

Production Build

Build app in production mode:

nvm use # uses supported Node version for this project
npm install
npm run build