https://github.com/danielesteban/vrboilerplate
A boilerplate for my VR projects
https://github.com/danielesteban/vrboilerplate
Last synced: 9 months ago
JSON representation
A boilerplate for my VR projects
- Host: GitHub
- URL: https://github.com/danielesteban/vrboilerplate
- Owner: danielesteban
- Created: 2019-05-12T20:21:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:22:34.000Z (over 3 years ago)
- Last Synced: 2025-04-02T18:54:52.974Z (over 1 year ago)
- Language: JavaScript
- Size: 6.32 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[VRBoilerplate](https://vrboilerplate.gatunes.com/)
[](https://travis-ci.org/danielesteban/VRBoilerplate)
===
> A boilerplate for my VR projects
## Dev environment
[](https://david-dm.org/danielesteban/VRBoilerplate)
[](https://david-dm.org/danielesteban/VRBoilerplate?type=dev)
* [Node.js](https://nodejs.org/en/download/) >= 10.15
* [Yarn](https://yarnpkg.com/en/docs/install) >= 1.15
```bash
git clone https://github.com/danielesteban/VRBoilerplate.git
cd VRBoilerplate
yarn install # (or run the "Install dependencies" task in vscode)
yarn start # (or press F5 in vscode)
```