run npm i
in the project folder
open 2 terminals, execute the server in the first terminal and the client in the second one:
- server:
npm run server
- client:
npm run client
run npm i
in the project folder
open 2 terminals, execute the server in the first terminal and the client in the second one:
npm run server
npm run client