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/server
to es5 files in/dist/server.js
and 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