fabregaszy / hackathon-vr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v r team

Virtual Random team hackathon project

Getting Started

To get started:

npm install
npm run dev &
npm run server

#if want build:
npm run build

Then head over to localhost:5555.

Registering an A-Frame Component

With Webpack's ES6 module syntax:

import 'aframe';
import 'aframe-example-component';  // Some component on NPM.

Publishing to GitHub Pages

Ready to show off? Run:

npm run ghpages

About

License:MIT License


Languages

Language:JavaScript 93.8%Language:HTML 6.2%