Trainer example How to start the API server # API server cd api # install dependencies npm install # serve at localhost:3000 node . How to start the client server # client cd client # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev