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 install
-
Build the JavaScript and (transpiled) PHP bundle:
npm run build
-
Open
index.html
in a browser -
Play around with the code in this repo!