Start server locally First time npm install Develop on backend server On one terminal, run below to watch and build the changes live npm run build:local On another terminal, run below to start the server npm run start Start backend server npm run build npm run start