Find The Word is a small project made with AngularJS 1.X
It is a game where you have to rearrange the most words in 40secs
To build the project, you will need to get a few dependencies using bower install & npm install
Then we use grunt as build system:
grunt serveto run the source code on localhost:9001grunt buildto build the project for productiongrunt testto run unit tests
