A simple Rock, Paper, Scissors implementation in HTML5
- Make sure you have Node.js (NPM), Grunt and Bower installed on your machine.
- Clone the repo locally
- Run
npm installfrom the root directory to download the Grunt dependencies - Run
bower installfrom the root directory to download the Bower dependencies - Run
bower installfrom thetest/directory to download the Bower dependencies for tests
You can now run the default grunt command from the root directory which will build the app and set up watch tasks.
To preview the app, run grunt serve to view the app in a browser (includes live reload for quicker development).