
Commands:
# Clone repository
$ git clone https://github.com/LeadrateMSK/phaser-starter.git
# Install dependencies
$ npm install
# Start the local development server (on port 8080)
$ npm start
# Build the pre-prod ready code to the /dist folder
$ npm run prod
# Build the production ready code to the /dist folder
$ npm run build
##Bundler Doc: https://laravel-mix.com/docs/6.0/installation