classic snake game
This is the result of following a tutorial by Danny Markov and updating it to work with ES6.
development
$ yarn install
Install dependencies
$ yarn run build
Transpile js and copy static files.
$ yarn run dev
Hot serve and gulp watch.
$ yarn run deploy
Build and push to gh-pages.