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
- Host: GitHub
- URL: https://github.com/marlon360/aframe-webpack-starter
- Owner: marlon360
- Created: 2020-03-28T13:10:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T16:40:46.000Z (over 5 years ago)
- Last Synced: 2025-01-22T15:11:28.261Z (about 1 year ago)
- Topics: aframe, boilerplate, development, empty, example, server, starter, webpack
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`