Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 701 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 701 Bytes

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
  • Bundle your game using browserify
  • Empower your CSS using LESS
  • Lint your JavaScript using ESLint
  • 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