Uniter PHP app demo
A demo of a PHP application, with PHP and JS files compiled down to a single JS bundle file.
Compile with Browserify:
npm install
npm run build
or compile with Webpack:
npm install
npm run webpack
and then open index.html
in a browser.