View on GitHub

aframe-meetup-nyc

:statue_of_liberty: Archive of Presentations and Workshop Materials of the A-Frame NYC Meetup Group

A-Frame Meetup NYC - Demo files 00_A-Frame_starter

Download the package here

Check if you have node installed: node -v

Check if you have npm installed: npm -v

If not, install from nodejs.org

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.

Stop Dev Server

ctrl + c