Some samples of running a pie item, One just a pie by itself and one using the pie-player.
pie@7.4.0-prerelease
pie pack --addPlayerAndControlPanelnpm install -g node-static
static . # go to http://localhost:8080/pie-only.htmlFor this we need to build a bundle for the browser. This build is in controller-build.
cd controller-build
npm install
npm run build
cd ..
static . # go to http://localhost:8080/pie-with-player.html