Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felixmariotto/minimal-three-vr-app
- Owner: felixmariotto
- License: mit
- Created: 2020-05-05T08:36:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:50:49.000Z (about 2 years ago)
- Last Synced: 2023-03-04T22:11:42.365Z (almost 2 years ago)
- Language: JavaScript
- Size: 687 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.