Chess-10 To run the server: cd server npm i --save-dev npx tsc node . To run the client: cd chess-10 npm i --save-dev npm run dev The server and client should be run concurrently, in separate terminals.