pixu1980 / genesi-js-game-seed-brunch

A GenesiJS Game Seed made with brunch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 http://localhost:3018
  • npm build per creare il pacchetto per ambienti di produzione (dist/)

Requisiti

Prerequisito Come installare
Node.js/NPM 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 ?

About

A GenesiJS Game Seed made with brunch.io

License:MIT License


Languages

Language:CSS 69.2%Language:JavaScript 19.5%Language:HTML 11.3%