Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 607 Bytes

Rugby Team Picker Exercise

This is a simple example exercise that demonstrates picking 15 team players in correct positions for a Rugby team.

It is a simple application based on the MEAN stack that will create and display a 15 player rugby team with players in correct positons

Dependencies

  • NodeJS
  • NPM
  • Bower
  • GruntJS

To build

  • After cloning the project from the root folder run npm install
  • This should also run a bower install command but if you have issues running npm you may also need to manually run bower install
  • Run the grunt command
  • Open a browser and go to localhost:3000