Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 340 Bytes

Sorter

Service to sort countries by population

Scripts:

  • start app: npm start -- --countries <country A> <country B> NOTE: countries with a space may be passed in quotes or with hyphens, eg: United Kingdom can be "United Kingdom" or United-Kingdom
  • test app: npm t [-- <file name>]

Startup

  1. npm i
  2. Run above script