These are the steps to install all of the prerequisites on MacOS.
Expect this preparation to take about 30 minutes to complete.
We will be installing the following:
node.js
Open Terminal.app
Paste the following code into terminal and press enter:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Follow the guided process
Paste the following code into terminal and press enter:
brew install git node json-server
Paste the following code into terminal and press enter:
sudo npm install -g json-server
Type the following command, with your fork of the GitHub repository in the place of {Repo}
git clone {Repo}
Congrats, you’re now ready to start the test your system!
Many of the tutorials reference and use Postman.
The installation is guided.
If you’re not sure which chip your Mac has (Intel or Apple) you can click the Apple logo on the top left of your screen, and then click About This Mac
to confirm.