Full Stack Web Development Track
Open your terminal.app or iTerm2.app
press
COMMAND+SPACE
keys, typeterminal.app
, pressreturn
to launch
Install the XCode Command Line tools:
xcode-select --install
If you get an error saying the command line tools are already installed you can proceed with the instructions
Install Homebrew with the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Close and Restart your terminal
brew install curl git node@18
brew tap "homebrew/cask"
brew install --cask visual-studio-code insomnia postico
From the terminal, you can open VSCode with the command code
.
You can also open a project folder by providing the path as input to the command:
code <path/to/ctp-project>
Install the following extensions:
- ESLint
- Publisher:
Microsoft
- Publisher:
- ES7 React/Redux/React-Native/JS snippets
- Publisher:
dsznajder
- Publisher: