/vr-web-app

Primary LanguageTypeScriptOtherNOASSERTION

VR Web App

This is an expoloration of web based VR and rendering 3d models in the browser

Getting Started

Install dependencies

yarn

Start the dev server:

yarn run start

Create a production build:

yarn run build

Serve the build directory:

yarn run serve