Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 323 Bytes

A-Frame Webpack Starter

This repository initilizes an empty A-Frame project with the Webpack bundler. You can start a development server or make a production build.

How to run

Install dependencies: npm install

Development

Start development server: npm start

Production

Build project: npm run build