Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/julien/js13k-tpl
- Owner: julien
- License: wtfpl
- Created: 2017-08-07T21:28:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T15:21:50.000Z (over 4 years ago)
- Last Synced: 2024-11-17T14:56:16.307Z (2 months ago)
- Topics: js, js13k, js13kgames
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.