- go to
./client
directory and runnpm i
. - go to
./server
directory and runnpm i
.
- run
npm start
on./client
directory to start client. - run
npm start
on./server
directory to start server.
- run
npm test
on./client
directory to run client tests. - run
npm test
on./server
directory to run server tests.