drPytho / RISK

Ett projekt som innehåller de viktiga delarna för att visa kunskaper inom Webbutveckling 2,3 och Webbserverprogrammering 2
Apache License 2.0
1 stars 0 forks source link

RISK

The classic game RISK.

File structure

The Stack

Getting started

  1. npm install
  2. bower install
  3. grunt (build everything and launch the webserver)

Build & development

Run grunt for building and grunt serve for preview.

Testing

We don't use TDD in this project since we are only two persons.