/RugbyTeamPicker

An example exercise using NodeJS for picking a Rugby team from a list of players

Primary LanguageJavaScript

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