The code for the late joiners picker application
The code contained in this folder is a web based sports picker application inspired by the Soccer World Cup
This application uses literate documentation for build scripts.
Simply run npm start
to run the start scripts
Yes, always run tests before pushing code.
Tests for both the client and server can be run via npm test
. This will also perform linting but you can run linting as a separate command via npm run lint