npm iinstall all the dependencies
npm run buildto build for testingnpm run watchbuild + watch for changesnpm run productionto build for production
docker-compose upto get backend and containers up and runningdocker-compose up -dif you want it in background
Do not forget to change secrets in docker-compose file