Web application for snake.com phaser game.
# install dependencies
npm install
# serve with live reloading at localhost:8080
npm run serve
# build for production with transpilation / minification
npm run build
# serve your production build at localhost:5000
npm start