Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashleymarkfletcher/spark-ar-boilerplate
A boilerplate Spark AR project with Webpack
https://github.com/ashleymarkfletcher/spark-ar-boilerplate
augmented-reality spark spark-ar spark-ar-studio sparkar webpack
Last synced: about 1 month ago
JSON representation
A boilerplate Spark AR project with Webpack
- Host: GitHub
- URL: https://github.com/ashleymarkfletcher/spark-ar-boilerplate
- Owner: ashleymarkfletcher
- Created: 2019-05-16T11:24:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T09:45:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T02:33:15.007Z (over 1 year ago)
- Topics: augmented-reality, spark, spark-ar, spark-ar-studio, sparkar, webpack
- Language: JavaScript
- Size: 611 KB
- Stars: 54
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spark-ar-boilerplate
A boilerplate Spark AR project with Webpack.Most of the magic is in the webpack config.
Adding the built in modules like "Materials" as externals allows webpack to skip them when bundling everything together.
## Getting Started
- Clone or download this repository
- run `npm i` in the root folder## Usage
### Development
- run `npm run dev`
- this will watch your files for changes and automatically build the code
- when the code is rebuilt Spark AR should refresh on code change### Production
- run `npm run build`
- this just runs the build once and outputs a minified file