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
- Host: GitHub
- URL: https://github.com/fatboycrew/js13k-boilerplate
- Owner: FatBoyCrew
- Created: 2014-08-29T01:30:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T01:30:33.000Z (about 11 years ago)
- Last Synced: 2025-03-22T01:24:34.130Z (7 months ago)
- Topics: boilerplate, js13k
- Language: JavaScript
- Size: 109 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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