A rework on top of https://github.com/ooflorent/js13k-boilerplate
- Clone the repository
- Update
package.json
with your informations - Delete
.git
directory - Delete unneeded files and blocks
- 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