This repo contains the full example from the Uniter docs.
-
Check out this repository:
git clone https://github.io/uniter/webpack-hello-world -
Install the dependencies from
package.json:npm ci -
Build the JavaScript and (transpiled) PHP bundle:
npm run build -
Open
index.htmlin a browser -
Play around with the code in this repo!