Tools used:

All external tools used are listed in package.json

How to prepare project?

type in cmd/terminal/bash/powershell npm install

How to prepare assests?

type in cmd/terminal/bash/powershell npm run build

How to run server?

type in cmd/terminal/bash/powershell npm run start

How to get all in one hit?

type in cmd/terminal/bash/powershell npm install && npm run build && npm run start

When servers starts on which address I can find project

It's localhost:3000