Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixmariotto/minimal-three-vr-app

minimal setup for a three.js VR experience
https://github.com/felixmariotto/minimal-three-vr-app

Last synced: 3 months ago
JSON representation

minimal setup for a three.js VR experience

Awesome Lists containing this project

README

        

# minimal-three-vr-app
minimal setup for a three.js VR experience

## how to use in development

clone this repository on your computer, then install dependancies : `npm install` in your terminal in the app root directory

to run the app : `npm start` in your terminal in the app root directory

then open your browser and navigate to `localhost:8080`

## how to build for production

type `npm run build` in your terminal in the app root directory

This produce a bundled app in the `/dist` directory.
You can use the content of this folder for production.