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

https://github.com/nyan-left/zappar-js-example


https://github.com/nyan-left/zappar-js-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Zappar JS
## Webpack Bootstrap Project

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

Head to the NPM package page for more information on how to build best-in-class AR experiences: [Zappar for JavaScript](https://www.npmjs.com/package/@zappar/zappar) (@zappar/zappar)

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

During development, you can use the following command to run a `webpack-dev-server` for testing on your computer or a device on your local network:
```bash
npm run dev-server
```

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 JavaScript](https://www.npmjs.com/package/@zappar/zappar) page.
```bash
npm run build
```