git clone https://github.com/alexbechmann/razzle-ts-boilerplate.git my-app
cd my-app
yarn
yarn start
yarn
yarn start
or
yarn
docker-compose up --build
yarn run build
yarn run start:prod
or
docker-compose -f docker-compose.yml up --remove-orphans --build