For the project we are using node 16.
To install all the dependencies you need to go to the project folder and run:
npm iIn order to run the dev server you need to run:
npm run devIn order to build the project and start the server you need to run:
npm run build
npm run start