# install all the dependencies
yarn
# starts the server app in node.js environment
yarn start
# or you can use `yarn serve`
# starts a development server with ts-node
yarn dev
# transpile the project for production
yarn build
# test on your local environment
yarn build && yarn run serve