Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.2 KB

File metadata and controls

33 lines (21 loc) · 1.2 KB

Zappar for BabylonJS

Parcel Bootstrap Project

In this project you'll find an Node.js project that gets you up and running with Zappar for BabylonJS.

Head to the NPM package page for more information on how to build best-in-class AR experiences: Zappar for BabylonJS (@zappar/zappar-babylonjs)

Preview

Scan the QR code below using your native camera app or QR code reader to view the example: ​ Preview QR Code"

Running the Project

The project has been set up to use parcel for bundling assets and code. To get started, install the project's dependencies by running the following command:

npm install

During development, you can use the following command to run a parcel server for testing on your computer or a device on your local network:

npm run start

And when you're ready to publish your site, run the following command. The resulting dist folder can be uploaded to ZapWorks for publishing. If you'd like to self-host your site, be sure to check out the documentation on the Zappar for BabylonJS page.

npm run build