Coding exercise retrieving and analyzing container vessel schedules
Install node modules
npm iBuild the app
npm run buildExecute it with node
node dist/cliOr run it with
npm startRun
npm run testInstall node modules and then run the dev mode with
npm run devAnd it will watch the files at ./source so you can execute the app any time.