An open API service indexing awesome lists of open source software.

https://github.com/fatboycrew/js13k-boilerplate

A boilerplate project for the JS13KGames contest
https://github.com/fatboycrew/js13k-boilerplate

boilerplate js13k

Last synced: 4 months ago
JSON representation

A boilerplate project for the JS13KGames contest

Awesome Lists containing this project

README

          

FatBoyCrew/JS13K-Boilerplate
============================

> A rework on top of https://github.com/ooflorent/js13k-boilerplate

## Quick start

* Clone the repository
* Update `package.json` with your informations
* Delete `.git` directory
* Delete unneeded files and blocks

## Features

* Advanced build system using [gulp.js](http://gulpjs.com/)
* Bundle your game using [browserify](http://browserify.org/)
* Empower your CSS using [LESS](http://lesscss.org/)
* Lint your JavaScript using [ESLint](http://eslint.org/)
* Minify assets
* Compress as a ZIP archive
* Serve your game during development
* Automatically reload your browser when you edit a file
* Deploy your game to a gh-pages branch