npm i
install all the dependencies
npm run build
to build for testingnpm run watch
build + watch for changesnpm run production
to build for production
docker-compose up
to get backend and containers up and runningdocker-compose up -d
if you want it in background
Do not forget to change secrets in docker-compose file