An open API service indexing awesome lists of open source software.

https://github.com/marlon360/aframe-webpack-starter

Empty A-Frame project with Webpack
https://github.com/marlon360/aframe-webpack-starter

aframe boilerplate development empty example server starter webpack

Last synced: 11 months ago
JSON representation

Empty A-Frame project with Webpack

Awesome Lists containing this project

README

          

# 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`