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

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

Awesome Lists containing this project

README

          

[VRBoilerplate](https://vrboilerplate.gatunes.com/)
[![Build Status](https://travis-ci.org/danielesteban/VRBoilerplate.svg?branch=master)](https://travis-ci.org/danielesteban/VRBoilerplate)
===

> A boilerplate for my VR projects

## Dev environment

[![dependencies Status](https://david-dm.org/danielesteban/VRBoilerplate/status.svg?path=client)](https://david-dm.org/danielesteban/VRBoilerplate)
[![devDependencies Status](https://david-dm.org/danielesteban/VRBoilerplate/dev-status.svg?path=client)](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)
```