Battle Arena videogame where the whole audience can participate using an smarthphone.
Clone, cd
in, and do npm install
.
npm test
will check your JavaScript for issues.
npm run build
will generate builds for the different apps.
npm run watch
will execute test
and build
when changes are detected in your JavaScript.