After cloning the repo run npm i
, create .env
file and set PORT=3001
. To run the project type npm run dev
or npm run prod
.
npm run build
- builds the project into./build
directorynpm run dev
- starts the server in developer modenpm run prod
- starts the server in production mode