A jump 'n run game written in TypeScript and PHP using ThreeJs
After running npm i
, fire up npm run build
to start the compilation.
- Make sure you set the
PRODUCTION
flag tofalse
inserver/base/config/env.php
- Run
npm run watch-ts
to listen for changes in the TypeScript code - Run
npm run watch-sass
to listen for changes in the Sass code