TS-Sorter
This is an exercise from Udemy course Typescript: The Complete Developer's Guide 2020 by Stephen Grider.
Installation
Clone the repo, change directories, and install dependencies.
git clone https://github.com/james-priest/ts-sort.git
cd ts-sort
npm install
Usage
Run the project on command line with
npm start