$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# DOCKER
$ docker-compose up
# the app should run on localhost:3000
$ yarn
# development
$ yarn dev
# the app should run on localhost:5137
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# DOCKER
$ docker-compose up
# the app should run on localhost:3000
$ yarn
# development
$ yarn dev
# the app should run on localhost:5137