Use npm or yarn for it:
npm install
or ```yarn install``
You can use the script that builds and starts the projetct:
npm run build-and-start
or
yarn build-and-start
You can separately run build script and run:
npm run build && npm run start
or
yarn build && yarn start