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

https://github.com/pixu1980/genesi-js-game-seed-brunch

A GenesiJS Game Seed made with brunch.io
https://github.com/pixu1980/genesi-js-game-seed-brunch

brunch brunch-skeleton createjs evolve-js flavor-js genesi-js javascript jsdoc

Last synced: 6 months ago
JSON representation

A GenesiJS Game Seed made with brunch.io

Awesome Lists containing this project

README

          

# GenesiJS Game Seed

Descrizione Gioco

## Come iniziare

1. Da linea di comando, inserisci `npm i` per far partire l'installazione di tutte le dipendenze.
2. Una volta terminato hai a disposizione i seguenti comandi
- `npm start` e vedere l'app di esempio su
- `npm build` per creare il pacchetto per ambienti di produzione (dist/)

## Requisiti

Prerequisito | Come installare
-------------------- | -----------------------------------
Node.js/NPM | [nodejs.org](http://nodejs.org/)
Brunch | `npm i -g brunch`
Babel CLI | `npm i -g babel-cli`
Babel ES2015/UMD | `npm i -g babel-plugin-transform-es2015-modules-umd`
Brunch Preset Env | `npm i -g babel-preset-env`
Brunch Preset ES2015 | `npm i -g babel-preset-es2015`

## Requisiti Documentazione (JSDoc)

Prerequisito | Come installare
------------------ | -----------------------------------
JSDoc | `npm i -g jsdoc`
Ink-DocStrap | `npm i -g ink-docstrap`

## Cosa resta da fare?

Task | Status
---------------------------------- | :----:
Testing | ?
Ambienti Prod/dev | ?