Skip to content

Latest commit

 

History

History
executable file
·
26 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

executable file
·
26 lines (13 loc) · 539 Bytes

Angular A-Frame Boilerplate

Boilerplate for creating WebVR scenes using A-Frame And AngularJS.

Installation

First make sure you have Node installed.

On Mac OS X, it's recommended to use Homebrew to install Node + npm:

brew install node

To install the Node dependencies:

npm install

Local Development

To serve the site from a simple Node development server:

npm start

License

This program is free software and is distributed under an MIT License.