mongo DB is a prerequisite!
You will need .env files in the root of client and server directories
to install all projects run npm run inst
to run projects in a dev environment npm run dev
note - for eslint to function correctly with vscode you may need to:
- install the eslint plugin
- create a multi-root workspace containing client/ and server/ (you can save this workspace as a file in .vscode/ )