using docker compose

$ docker-compose build
$ docker-compose run app

without docker

Go to the app directory.

test it

In the app directory.

$ yarn install
$ yarn tsc