TBD
okazajo uses scripty to organize
npm scripts. The scripts are defined in the scripts directory.
In package.json you'll see the word scripty as opposed to the script
content you'd expect. For more info, see
scripty's GitHub.
build: compile tsc files from/serverto es5 files in/dist/server.jsand bundle client appdev:client: run client app on http://localhost:1234 watching sources with parceljsdev:server: run server app on http://localhost:1337 watching sources with nodemon (and TSC compilation)test: TBD