js13kgames-template
A barebone template aimed for js13kgames
This template includes
Features
Integrated gulp build process for : * ES6 Support * Minification * Final Zip file Compression * Shows final zip file size.
Usage
# First install the dependencies
npm install
npm start # for development - live reloading server
npm run release # for minification+zip (final output will be available on ./dist/archive.zip)