Note: The used version of nodejs is 10.15.3
In the root directory (table_task) go to the folder server and run the following command:
npm install
npm run start
npm test
the server is available at localhost:8000
In the root directory (table_task) go to the folder client and run the following command:
npm install
npm run start
npm run build
The client is available at localhost:3000