Navigate to your client/server apps and run
npm i or yarn
Build the front-end client app before starting.
npm run build or yarn build
Navigate to /server
yarn start
Navigate to /client
yarn start
npm test or yarn test
yarn test -u
yarn --updateSnapshot
http://localhost:3000
,
http://localhost:4000
,
yarn cy:open or npm run cy:open