Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 670 Bytes

File metadata and controls

20 lines (11 loc) · 670 Bytes

Late Joiners Code

CircleCI

The code for the late joiners picker application

What is this?

The code contained in this folder is a web based sports picker application inspired by the Soccer World Cup

How do I run it?

This application uses literate documentation for build scripts.

Simply run npm start to run the start scripts

Are there tests?

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