aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 20c77b2749bc002864a0d4f46b5e4e5cf26a94a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# js13kgames-template
A barebone template aimed for [js13kgames](js13kgames.com)
## This template includes
* [Kontra](https://github.com/straker/kontra)
* [TinyMusic](https://github.com/kevincennis/TinyMusic)
* [jsfxr](https://github.com/mneubrand/jsfxr)

## Features
Integrated gulp build process for :
* ES6 Support
* Minification
* Final Zip file Compression
* Shows final zip file size.

## Usage
```bash
# First install the dependencies
npm install
```

```bash
npm start # for development - live reloading server
```
```bash
npm run release # for minification+zip (final output will be available on ./dist/archive.zip)
```

## Support me 
[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />](https://ko-fi.com/R6R36EBQ)