- Upon cloning this repo, add your node version in the "engines" section of the root package.json file.
- You can find out your node version by running the command
node -v
in your terminal.
- Install dependencies for package.json files for server (in root of project) and for client (in "client" folder)
npm install
cd client && npm install
- Run dev script in project root to run both server and client scripts simultaneously.
- Note: Make sure you are not in the "client" folder
npm run dev