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
- Host: GitHub
- URL: https://github.com/pixu1980/genesi-js-game-seed-brunch
- Owner: pixu1980
- License: mit
- Created: 2017-05-07T21:28:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T16:16:42.000Z (over 8 years ago)
- Last Synced: 2025-02-15T03:18:26.790Z (8 months ago)
- Topics: brunch, brunch-skeleton, createjs, evolve-js, flavor-js, genesi-js, javascript, jsdoc
- Language: CSS
- Size: 21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 | ?