This is using the Bubble Sort. It is not the main goal of this project. Sorting is not the focus of this project. Learning is.
It will output the TS files from /src to /build
The concurrently package run scripts concurrently.
tsc -w
Nodemon automatically restart the node application when file changes in the directory are detected :
nodemon build/index.js
npm start