0.1.8 • Published 1 year ago

rng_baccarat_top_screen v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

PROYECT DEPENDENCIES

1) Download and install: nodeJs(http://nodejs.org/) y git (at first time only)

I recommend you to use chocolatey.

For that:

Install chocolatey packet manager: https://chocolatey.org/

Restart console, for refresh environment variables if it's necessary.

After that now you can install git and nodejs in this way:

choco install git

choco install nodejs

2)

npm install

3)

npm run build-debug

npm run build-dev

webpack --env=dev -w (WATCH MODE)

webpack -p (PRODUCTION)

4) if need it for typings on libs changes

typings install

5) for compile multi-lang on language folder

node .

6) TEST Different views JACKPOT, MEGACASH & PAYTABLE in webpack.dev.js set constant SHOW_VIEW = JACKPOT / MEGACASH / PAYTABLE; default set is JACKPOT view, when change constant is requiere to stop and run again

npm run build-dev

TIPS:

typescript code sheet

https://www.sitepen.com/blog/2013/12/31/typescript-cheat-sheet/

  • Install "electron" global to export AnimateCC .fla in JS npm install electron@4.0.8 -g