#Phaser Game Skeleton
Welcome young coders! This is the skeleton for our next project.
Clone this repository and code away!
Install the latest stable Node package from here: https://nodejs.org/en/
Install Grunt using sudo npm install -g grunt
.
Install Bower using npm install -g bower
.
Run npm install
in the project directory.
Run bower install
in the project directory.
Once you have it up and running, type grunt into the terminal and watch all your wildest dreams come true.