Improving and testing features before pushing to react-xr-ui.
Start app in development mode:
nvm use # uses supported Node version for this project
npm install
npm start
Build app in production mode:
nvm use # uses supported Node version for this project
npm install
npm run build