- Download VSCode here
- Open Code, then press Command+Shift+P, in the drop down type
Install Path
and press enter (This will make opening directories easier)
- In the Left Tool Pane click the 5th Icon, then in the input box with a placeholder of
Seach extensions in Marketplace
typeprettier code formatter
and click on it (you'll thank me later) and click install in the main pane - Next Search for eslint, follow the same steps to install
- Those should be enough to help streamline you're development
- On the top bar click view, then click integrated terminal (Hotkey is Control + ~) should be on the left of the 1 key.
- This will help execute commands to deploy and other command line processes we may need in the future