Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julien/js13k-tpl

Template project for #js13k games.
https://github.com/julien/js13k-tpl

js js13k js13kgames

Last synced: 2 days ago
JSON representation

Template project for #js13k games.

Awesome Lists containing this project

README

        

js13k-tpl
---------

Template project for [js13k](http://js13kgames.com/) games.

Requirements
------------

- [nodejs](http://nodejs.org)

*Tested with `v8.2.1`*

Install dependencies
--------------------

```shell
npm i
```

Available scripts
-----------------

- start a local http server with

```shell
npm start
```

- build everything with

```shell
npm run build
```

This will transpile and minify JS files, minify the HTML, copy assets and package everything in a zip archive.