Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 618 Bytes

A-Frame Material Boilerplate

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

Then launch the site from your favorite browser:

http://localhost:3000/

If you wish to serve the site from a different port:

PORT=8000 npm start

License

Distributed under an MIT License.