Boilerplate for creating WebVR scenes using A-Frame.
There are two easy options for obtaining this A-Frame scene.
npm install && npm start
open http://localhost:3000/
ctrl + alt + i
To serve the site from a simple Node development server:
npm start
Then launch the site from your favourite browser:
If you wish to serve the site from a different port:
PORT=8000 npm start