Platformer Canvas platformer game excercise. How to start? First install the needed npm dependencies: npm install To build run the npm-script: npm run build To build for production: npm run build-prod To start a dev server: npm run start