Skip to content

Instantly share code, notes, and snippets.

@BaReinhard
Last active May 18, 2018 19:24
Show Gist options
  • Save BaReinhard/c8a32b6110b772670744ae7a0eb00be7 to your computer and use it in GitHub Desktop.
Save BaReinhard/c8a32b6110b772670744ae7a0eb00be7 to your computer and use it in GitHub Desktop.

Install VSCode

  1. Download VSCode here
  2. Open Code, then press Command+Shift+P, in the drop down type Install Path and press enter (This will make opening directories easier)

Installing Plugins

  1. In the Left Tool Pane click the 5th Icon, then in the input box with a placeholder of Seach extensions in Marketplace type prettier code formatter and click on it (you'll thank me later) and click install in the main pane
  2. Next Search for eslint, follow the same steps to install
  3. Those should be enough to help streamline you're development

Open Integrated Terminal

  1. On the top bar click view, then click integrated terminal (Hotkey is Control + ~) should be on the left of the 1 key.
  2. This will help execute commands to deploy and other command line processes we may need in the future
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment