Web-based strategy game
- Install node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g gulp - Install local dev dependencies:
npm installin repository directory
gulp packageto buildgulp testfor one-time testgulp devto watch src files to build, test and reload when changed. The game will be served atlocalhost:8080