npm install
composer install
npm start
Open http://localhost:8080
in a browser
The PHP source code is in the php/src/*
folder - dig in and make changes.
For a debugging build including source maps, use npm start
and then visit http://localhost:8080/.
You should simply see a spinning 3d cube.
Open the devtools up, search for Demo.php
and set breakpoints in the PHP code.
- Follow me on Twitter for updates: https://twitter.com/@asmblah