Skip to content

PieLabs/simple-pie-samples

Repository files navigation

simple pie samples

Some samples of running a pie item, One just a pie by itself and one using the pie-player.

dependencies

[email protected]

install

pie pack --addPlayerAndControlPanel

pie-only.html

npm install -g node-static 
static . # go to http://localhost:8080/pie-only.html

pie-with-player.html

For 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

Releases

No releases published

Packages

No packages published