766 B
766 B
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
npm start # for development - live reloading server
npm release # for minification+zip (final output will be available on ./dist/archive.zip)