This is a small game I built for a technical test, this was built using:
- Angular 1.x
- ES2015
- Webpack 2
- SASS
- Karma
View the demo
Warning: Make sure you're using the latest version of Node.js and NPM
Clone/Download the repo then:
# clone the repo
$ git clone https://github.com/Coder2012/rock-paper-scissors.git my-app
# change directory to your app
$ cd my-app
# install the dependencies with npm
$ npm install
# start the server
$ npm startgo to http://localhost:8080 in your browser.
- single run:
npm run build - build files and watch:
npm start
- single run:
npm test - live mode (TDD style):
npm run test-watch
